A fast directory listing utility written in rust
- Just clone the repository and run
cargo build
- If you want to install the utility use
cargo install --path .
For usage, see listd -h
cd $(listd -i | fzf)
- I mainly use it with with fzf to create a directory fuzzy finders, since
find
andls
are limited and can be slow sometimes.