/cardano-sh-completion

cardano-cli completion script for Bash or Zsh

Primary LanguageShellMIT LicenseMIT

cardano-sh-completion

cardano-cli completion script for Bash or Zsh.

This allows to complete cardano-cli commands and options by pressing [TAB].

Only Shelley commands are supported for now.

Install

sudo curl -o /etc/bash_completion.d/cardano https://raw.githubusercontent.com/smaug-group/cardano-sh-completion/master/cardano-completion.sh

Then log out and log in again, or run . ~/.bashrc.