icepick
icepick copied to clipboard
Selecta reimplemented in Rust
The code contained 37 warnings, which is fixed by this PR.
In order to compile with a recent `rustc`: - bumped version number for dependencies - changed code to solve deprecation warnings - bumped version number - ran `rustfmt` on changed...
The scoring mechanism behind icepick could be used as a separate iterator, e.g. `icepick::filter(iter_of_strings, "txt")` That should spawn a new iterator over matches.
Maybe it's not even supposed to work, yet I thought I should let you know anyway. ``` bash tree | icepick ``` 
If I press the arrow key down or press TAB, icepick should cycle between the alternatives shown. Currently, it always selects the first alternative, and it tries to process arrow...
It looks like we've unknowingly duplicated each other's effort: https://github.com/rschmitt/heatseeker (I did notice the 'Selecta' crate on crates.io a while back, but all it appeared to contain was a Rust...
I want to easily install from the source and/remove it afterwards. A makefile should allow me to `make && make install` to install it to `/urs/local/bin` or some other prefix....
Selecta should be a well-behaved unix tool and return proper exit codes - When the user hits enter on a selection, selecta should return a 0 exit code and the...