Bash completion for project names #3238
Unanswered
muxina-credo
asked this question in
Community support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been defining projects with a longer name as a string:
task add project:'a new project' fooWhen I'm managing tasks I try to write
project:and then try to autocomplete with the TAB key. It appears the string split into words: a, new, project. Which makes it impossible to select projects with longer names using auto-completion.Can anyone help with some suggestions?
Beta Was this translation helpful? Give feedback.
All reactions