lotabout.skim/README.md
zhang_ji 6816c22d00 [input] fix stdin conflict between input and reader
Input used `wget_wch` to fetch keys pressed which occupys stdin of terminal,
thus causes reader failure in reading from stdin. So fzf-rs won't be able to
handle input from stdin.

Now the input is read from `/dev/tty` file. Requires nightly to build.
2016-06-22 11:57:50 +08:00

72 B

fzf-rs

An experimental clone of fzf in rust

Requires nightly version