icepick
icepick copied to clipboard
Make icepick usable as a library
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.
I was looking around for a rust lib that did just this and came across this issue. Are there other examples on how to integrate this as a lib to use in other interactive clis?
I haven't touched this project in ages. You are welcome to fork it or create PRs :)