#fuzzy-finder #tool #devtool #cli

app fizzy-rs

a directory fuzzy finder

2 releases

0.0.9 Jul 31, 2023
0.0.8 Jul 31, 2023
0.0.7 Jul 31, 2023

#2186 in Command line utilities

Download history 1/week @ 2024-02-13 20/week @ 2024-02-20 7/week @ 2024-02-27 1/week @ 2024-03-05 11/week @ 2024-03-12 10/week @ 2024-03-26 47/week @ 2024-04-02

57 downloads per month

Apache-2.0

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–13MB
~110K SLoC