#tree #interactive #find #fuzzy-finder

app fuzzy-tree

A simple fuzzy finder written in Rust which displays results in an interactive tree format

3 releases

0.1.2 Apr 24, 2020
0.1.1 Apr 20, 2020
0.1.0 Apr 19, 2020

#25 in #fuzzy-finder

MIT license

76KB
1.5K SLoC

Fuzzy Tree

LICENSE pipeline crate

A simple fuzzy finder written in Rust which displays results in an interactive tree format.

Fuzzy Tree gif

Install

  1. Get Rust
  2. Install fd (optional but recommended, the default find command is fd)
  3. Clone this repo (optional)
  4. Run cargo install <repo path> (if you did step 3) or cargo 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

~5.5–8MB
~141K SLoC