2 releases
0.0.9 | Jul 31, 2023 |
---|---|
0.0.8 | Jul 31, 2023 |
0.0.7 |
|
#6 in #devtool
9KB
147 lines
Fizzy
Fizzy is a live fuzzy finder/explorer for directories. Press enter to exit and save a cd
command corresponding to the last entry to your clipboard to quickly jump to any directory.
Use the arrow keys to select the path you want. The full command is printed to stdout if you want to use fizzy with a shell script.
Installation
Fizzy can be installed from the crates.io registry:
cargo install fizzy-rs
or you can build from soure:
git clone https://github.com/JamieH01/fizzy ./fizzy && cargo install --path ./fizzy
Dependencies
~3–11MB
~97K SLoC