cli
cli copied to clipboard
Could new aliaess be added to mirror existing and which start with 'doc' for example, so can see the docker aliases that are defined?
Description
Howdy, I'm just getting in to ZSh plugins and came across yours for docker. There is no way to know what docker aliases are defined without looking at the documentation.
- d
has 143 matches on my system - db
has 26 It would be nice to type doc<tab>and see only those related to this plugin. So there would bedocbl,docii, ...
And because the originals are still there, savvy users can continue like they always have. I know I know, I should make the change and create a PR. Sure, I will work out what I need to do and perform that if you think this is a good idea. I'm sure hte hard-core OGs will object as it is making it less pure :).
Thank you!