mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
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.
72 B
72 B
fzf-rs
An experimental clone of fzf in rust
Requires nightly version