Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd - command completion #123
Open
Comments
|
Just noticed this: I just checked in bash & zsh, but still I can't get auto completion working. Need a hand getting this part working, please |
|
Change into the 'completion/bash' directory and run the following command:
|
|
@lavadew perhaps should be advised without the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I love this tool for macOS. Can i suggest/request an enhancement feature:
It would be useful to have command completion, to speed up workflow.
For example, typing
m bl+Tabwould complete tom bluetooth, and anotherTabwould give you thestatus,enable,disablecommand options.Another example is typing
m b+Tab, this would allow you to complete tobatteryorbluetoothMaybe this is already implemented, or there is a Mac terminal way to index commands for auto completion? But if it is, it was not immediately obvious to me.