Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuse-open/bash-completion

Simple bash completion script for Uno
https://github.com/fuse-open/bash-completion

Last synced: about 1 month ago
JSON representation

Simple bash completion script for Uno

Awesome Lists containing this project

README

        

# Uno Bash Completion

Simple bash completion script for Uno

# Installation

## OS X
1. Download `uno` to `/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`
2. Then do `source /usr/local/etc/bash_completion.d/uno`. (Only needed once, all scripts in that directory are loaded automatically.)

## Windows/MSys
1. Download `uno` to `/etc/uno-completion.bash`, e.g `curl https://raw.githubusercontent.com/fusetools/UnoBashCompletion/master/uno
> /etc/uno-completion.bash`
2. 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.

# License
MIT License, see LICENSE.TXT