Skip to content

sheax0r/etcdctl-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Etcdctl plugin for oh-my-zsh

This is an etcdctl autocomplete plugin for oh-my-zsh.

Installation

First, install the etcd-completion rubygem.

gem install etcd-completion

The next step varies depending on how you use zsh. Instructions included for antigen and oh-my-zsh.

Antigen Install:

Install the bundle by editing your .zshrc file:

antigen bundle sheax0r/etcdctl-zsh

Oh-my-zsh Install:

1. Clone the git repository into your custom plugins directory:

git clone https://github.com/sheax0r/etcdctl-zsh.git ~/.zsh/custom/plugins/etcdctl-zsh

2. Include the plugin in your .zshrc, along with your other plugins:

plugins=(...git vagrant etcdctl-zsh...)

Usage

  • Use etcdctl as usual: etcdctl <command> <path>
  • Autocompletion will function on commands.
  • Autocompletion will function on paths too.

About

etcdctl autocomplete plugin for oh-my-zsh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published