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

[Feature]: show plugins option (--verbose?) to show plugin source URI/http uri - as there is no plugin documentation. #2184

Open
metimocyn opened this issue Dec 8, 2022 · 0 comments

Comments

@metimocyn
Copy link

Expected behavior

$ 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
....

Current behavior

$ 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
....

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant