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

[TS-23] Tasksh throws errors on unescaped parentheses #22

Open
taskwarrior opened this issue Feb 11, 2018 · 2 comments
Open

[TS-23] Tasksh throws errors on unescaped parentheses #22

taskwarrior opened this issue Feb 11, 2018 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@taskwarrior
Copy link

Cory Donnelly on 2015-12-23T16:23:15Z says:

I had expected that an interactive shell for task would be more forgiving with respect to unescaped special characters, but tasksh choked on parentheses:

tasksh> add This is a task that includes parens (see I told you so)
[task add This is a task that includes parens (see I told you so)]
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `task add This is a task that includes parens (see I told you so)'
@taskwarrior taskwarrior added this to the Backlog milestone Feb 11, 2018
@taskwarrior taskwarrior added the bug Something isn't working label Feb 11, 2018
@taskwarrior
Copy link
Author

Migrated metadata:

Created: 2015-12-23T16:23:15Z
Modified: 2016-09-04T17:13:16Z

@pbeckingham
Copy link
Member

I think this just requires re-escaping anything that might need it before issuing the taskwarrior command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants