-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Adding Install shell completions automatically #809
Conversation
freexploit
commented
Jan 26, 2024
•
edited
Loading
edited
- Adding a --install flag to the Aiken completion command. When you set this flag to true, Aiken will write to a file instead of just showing you the output.
- Zsh support on linux (basic no plugins like oh-my-zsh yet)
- Fish support on linux
- Bash support on linux
- Tweaking aikup so it automatically runs aiken completion $SHELL --install every time you install a new version.
f83f10b
to
17b436d
Compare
c042f70
to
9b625cc
Compare
9b625cc
to
6a8eff6
Compare
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.
Looks good overall, but I kindly request a few additions on the error context. As much as possible, we should strive for errors to be helpful and provide all the context necessary to troubleshoot problems 👍
ef8e390
to
9d4c09c
Compare
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.
Thanks ❤️