-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filtering broken? #3
Comments
You are doing it right, deleting is just not implemented yet. Am 29. Juni 2016 05:09:27 MESZ, schrieb lukehamburg [email protected]:
Sent from my phone. Please excuse my brevity. |
Ah ok thank you. That would be a nice feature to have (if you are accepting suggestions) |
noted (and I do take suggestions). I just wanted to be clever and therefore weed out any non matching lines and don't keep them saved. If I find the time it should be done rather quickly. |
Am I just "doing it wrong" or is filtering broken on MacOS X? When I try e.g.
echo -e 'apple\npear\ngrape\nbanana' | choose
and then type
'ap'
to filter to apple & grape, it correctly filters those.BUT, if I backspace and change
'ap'
to'an'
- instead of showing 'banana' it shows nothing and I have to CTRL+C to quit out.The text was updated successfully, but these errors were encountered: