garybernhardt / selecta

A fuzzy text selector for files and anything else you need to select. Use it from vim, from the command line, or anywhere you can run a shell command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--search broken on master

gshutler opened this issue · comments

$ echo -e "foo\nbar\nbaz\nquux" | selecta --search ba
4 > ba
foo
bar
baz
quux

Typing to alter the search text works as expected, it seems to just be the initial state.

Not sure how best to alter that behaviour.

Fixed, with a test on Search so it won't go unnoticed again. Now I doubly-regret adding that argument!