Skip to content
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

Open
luckman212 opened this issue Jun 29, 2016 · 3 comments
Open

Filtering broken? #3

luckman212 opened this issue Jun 29, 2016 · 3 comments

Comments

@luckman212
Copy link

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.

@geier
Copy link
Owner

geier commented Jun 29, 2016

You are doing it right, deleting is just not implemented yet.

Am 29. Juni 2016 05:09:27 MESZ, schrieb lukehamburg [email protected]:

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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#3

Sent from my phone. Please excuse my brevity.

@luckman212
Copy link
Author

Ah ok thank you. That would be a nice feature to have (if you are accepting suggestions)

@geier
Copy link
Owner

geier commented Jul 7, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants