garybernhardt/selecta

--search broken on master

Closed this issue · 3 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!