We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-it show plugins --verbose Plugin Enabled? Description Reference alias-completion [ ] https://github.com/Bash-it/bash-it/blob/master/completion/available/aliases.completion.bash autojump [ ] Autojump https://github.com/wting/autojump aws [ ] AWS helper functions https://github.com/Bash-it/bash-it/blob/master/plugins/available/aws.plugin.bash base [x] miscellaneous tools https://github.com/Bash-it/bash-it/blob/master/plugins/available/base.plugin.bash ....
or something like:
$ bash-it show plugins --verbose Plugin Enabled? Description alias-completion [ ] https://github.com/Bash-it/bash-it/blob/master/completion/available autojump [ ] Autojump https://github.com/wting/autojump aws [ ] AWS helper functions https://github.com/Bash-it/bash-it/blob/master/plugins/available/aws.plugin.bash base [x] miscellaneous tools https://github.com/Bash-it/bash-it/blob/master/plugins/available/base.plugin.bash ....
$ bash-it show plugins Plugin Enabled? Description alias-completion [ ] autojump [ ] Autojump configuration, see https://github.com/wting/autojump for more details aws [ ] AWS helper functions base [x] miscellaneous tools ....
add a reference/doc variable to each plugin so that users can look into the details of the plugin and what it does.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
or something like:
Current behavior
Possible solution
add a reference/doc variable to each plugin so that users can look into the details of the plugin and what it does.
Context
No response
Notes
No response
The text was updated successfully, but these errors were encountered: