-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Add configuration for Bash command line completion #37
Add configuration for Bash command line completion #37
Conversation
@@ -0,0 +1,66 @@ | |||
# Bash completion suppoort for watson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/suppoort/support
Could you please pass shellcheck on the script file? |
I ran
|
e93da03
to
5977263
Compare
Thank you! Looks good to me, so 👍 |
@SpotlightKid Thank you for this! Commands and projects completions work just fine, but tags completion does not :( I always have FYI my bash release is |
Hmm, maybe your version of Can you replace |
…ommand. The new `frames` command lists all frame IDs to support command-line completion of frame IDs for `edit` and `remove` command.
5977263
to
4e59318
Compare
@SpotlightKid don't you have to use a group for that? (i.e. adding parenthesis) |
In fact, I just noticed that adding plus signs should not be done when completing the argument of the |
@willdurand |
cool! BTW, what's your OS? Because we run OSX here, and there are differences between the unix tools.. |
Manjaro (Arch Linux derivate) |
@SpotlightKid the Thank you so much for this! |
Add configuration for Bash command line completion
Add configuration for Bash command line completion
Fixes #1
I've also added a new command
frames
to list all frame IDs to support completion for theedit
andremove
commands. I've put this into an extra commit, so you can choose to include it or not.Also added some documentation for it in the readme.