A fuzzy searching file browser skimmer thing.
Go to file
Mark Wallace 63bbcfbad1 [model] save selected items' indics in model.
Previously whether an item is selected or not is saved in the item. Normally
the selected item won't be much. When finally we want to output, the original
strategy would have to iterate through all existing items and check whether
they are selected or not.

Now we extract this info out, so that we only need to iterate over the
selected ones instead of the whole set. Improve the speed.
2016-06-26 09:51:57 +08:00
src [model] save selected items' indics in model. 2016-06-26 09:51:57 +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