3 releases
0.1.2 | Apr 24, 2020 |
---|---|
0.1.1 | Apr 20, 2020 |
0.1.0 | Apr 19, 2020 |
#23 in #fuzzy-finder
76KB
1.5K
SLoC
Fuzzy Tree
A simple fuzzy finder written in Rust which displays results in an interactive tree format.
Install
- Get Rust
- Install
fd
(optional but recommended, the default find command isfd
) - Clone this repo (optional)
- Run
cargo install <repo path>
(if you did step 3) orcargo install fuzzy-tree
Contributing
Contributions are very welcome! Feel free to fork and open MRs (PRs in GitHub speak). NB the GitLab site is the primary location for this project, so issues/MRs should be opened there.
My only preferences are:
- A relevant issue is opened and discussed.
- MRs are concise.
- Code is formatted according to local
rustfmt
rules. - Tests are implemented/updated.
Dependencies
~6–16MB
~178K SLoC