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

Bash completion needs to escape shell tokens #66

Closed
lkraav opened this issue Jul 19, 2017 · 1 comment
Closed

Bash completion needs to escape shell tokens #66

lkraav opened this issue Jul 19, 2017 · 1 comment

Comments

@lkraav
Copy link

lkraav commented Jul 19, 2017

When scraping a "First Last (Company)" name, name is set to first_last_(company)

This spells trouble for tab-completing

$ [-] ppl show first_last_(company) 
bash: syntax error near unexpected token `('
@henrycatalinismith
Copy link
Owner

Is this the mutt scraping thing? Could be nice if that command would strip out anything except [a-z0-9_] I guess yeah! If anyone wants to go ahead and fix this in a PR then go for it!

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