Skip to content

Instantly share code, notes, and snippets.

@blockpane
Created August 18, 2022 00:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blockpane/04956b40555e74e468655d32119fec69 to your computer and use it in GitHub Desktop.
Save blockpane/04956b40555e74e468655d32119fec69 to your computer and use it in GitHub Desktop.
tendermint cli autocompletions
# add this to your .bashrc (and edit the list of chains to your liking
# it will enable tab completion on the command line for each :)
while read autocomplete; do
hash $autocomplete 2>/dev/null && . <($autocomplete completion)
done << EOF
junod
kava
osmosisd
secretcli
sifnoded
starsd
terrad
akash
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment