fizzy-rs

Crates.iofizzy-rs
lib.rsfizzy-rs
version0.0.9
sourcesrc
created_at2023-07-31 00:25:48.926771
updated_at2023-07-31 21:57:12.895642
descriptiona directory fuzzy finder
homepage
repositoryhttps://github.com/JamieH01/fizzy/
max_upload_size
id930376
size28,930
Jamie (JamieH01)

documentation

README

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
Commit count: 5

cargo fmt