Simple bash completion script for Uno
- Download
unoto/usr/local/etc/bash_completion.d/uno. E.g:curl https://raw.githubusercontent.com/fusetools/UnoBashCompletion/master/uno > /usr/local/etc/bash_completion.d/uno - Then do
source /usr/local/etc/bash_completion.d/uno. (Only needed once, all scripts in that directory are loaded automatically.)
- Download
unoto/etc/uno-completion.bash, e.g `curl https://raw.githubusercontent.com/fusetools/UnoBashCompletion/master/uno
/etc/uno-completion.bash`
- Then do
source /etc/uno-completion.bash. If you want this for new shells as well (you probably do), add this line to your .bashrc file as well.
MIT License, see LICENSE.TXT