Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go/rancher-zsh-completion
zsh completion for Rancher CLI
https://github.com/go/rancher-zsh-completion
Last synced: about 2 months ago
JSON representation
zsh completion for Rancher CLI
- Host: GitHub
- URL: https://github.com/go/rancher-zsh-completion
- Owner: go
- Created: 2016-10-13T12:49:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T01:51:46.000Z (over 7 years ago)
- Last Synced: 2024-07-31T07:15:35.623Z (5 months ago)
- Language: Shell
- Size: 3.24 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rancher - Rancher zsh completion - zsh completion for Rancher CLI (Rancher 1.0 / Community projects 1.0)
README
# rancher-zsh-completion
zsh completion for Rancher CLI## What's this?
This is Zsh completion file for Rancher CLI that support commands completion and resources completion.## How to Use
1.Clone this repository
```
# git clone https://github.com/go/rancher-zsh-completion
```2.Copy or Add fpath
```
# cd rancher-zsh-completion
# cp _rancher
or
# fpath=($fpath $PWD)
```## Sample