Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fuse-open/bash-completion
- Owner: fuse-open
- License: mit
- Created: 2015-03-30T09:24:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T13:12:36.000Z (over 8 years ago)
- Last Synced: 2024-10-29T22:37:23.057Z (about 2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 6
- Watchers: 25
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-fuse - Bash Completion - Simple bash completion script for UNO. (Plugins)
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