Skip to content

Commit

Permalink
Basic usage now explained in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Glazebrook committed Sep 19, 2015
1 parent b3d101f commit 5cedfe4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ Fuzzy is a simple fuzzy file finder written in Rust.

I have been playing with Rust for a while now and was looking for something that would benefit from Rust's speed and concurrency capabilities.
I have been using [FZF](https://github.com/junegunn/fzf) and that's where I got the idea from.

## Usage

Just type `fuzzy` and press enter.

You'll start to see a list of all files and directories recursivley from your current directory.

Now just start typing to filter the results and find what you need.

0 comments on commit 5cedfe4

Please sign in to comment.