A fuzzy searching file browser skimmer thing.
Go to file
zhang_ji b838fce38a [matcher] start matching after main received the start event
This synchronization is needed. Otherwise model will recieve additional
matched items or be cleared unexpectly.

Also change the refresh strategy to avoid screen flickr.
2016-06-28 10:57:09 +08:00
src [matcher] start matching after main received the start event 2016-06-28 10:57:09 +08:00
.gitignore Initial commit 2016-05-29 14:24:47 +08:00
Cargo.toml [reader] draft version for reader done. 2016-06-04 14:52:04 +08:00
LICENSE Initial commit 2016-05-29 14:24:47 +08:00
README.md [input] fix stdin conflict between input and reader 2016-06-22 11:57:50 +08:00

fzf-rs

An experimental clone of fzf in rust

Requires nightly version