A fuzzy searching file browser skimmer thing.
Go to file
Mark Wallace fc6882e826 [controller] fix input delay when there are a lot data to read.
the problem is that the controller will save all items read before send the
NewItem event to matcher. Meanwhile the matcher keeps going because no signal
is received. And since the controller will need to lock the data of items and
that lock is not released by matcher. Kind of deadlock here.
2016-06-26 09:21:36 +08:00
src [controller] fix input delay when there are a lot data to read. 2016-06-26 09:21:36 +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