Tagged Questions
3
votes
6answers
311 views
Bash Completion: What can we do with it, what lies in the future
Bash lets you complete commands names and names of files in the arguments with the TAB key.
But why not also common options to commands? Why not, even better, a completion system that tells you what ...
3
votes
2answers
307 views
Is there a good, online tutorial for learning intermediate-to-advanced Bash programmable completion?
My current skill level with programmable completion is pretty basic — about at "complete -d cd". I'd like to significantly increase my knowledge (and use) of completion to increase my CLI ...