A simple fuzzy finder written in Rust which displays results in an interactive tree format.
fd
(optional but recommended, the default find command is fd
)cargo install <repo path>
(if you did step 3) or cargo install fuzzy-tree
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.