One of the ways of making command line more usable is by providing auto-completion. It is a non-intrusive way of freeing the user from the burden of remembering options. Bash provides something called programmable completion which can be extended for your own applications.
An example using vim
Bash provides you a way of specifying your keywords, and […]
Leave a Reply