A fuzzy searching file browser skimmer thing.
Go to file
zhang_ji 5926050ce8 [matcher] match item one by one
Previously the match process is executed in chunks(100 items) and then check
if there is a new event come. It will cause some delay when user change the
query. Now we check the eventbox after each item is processed.
2016-06-27 17:08:54 +08:00
src [matcher] match item one by one 2016-06-27 17:08:54 +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