Created
August 18, 2022 00:03
-
-
Save blockpane/04956b40555e74e468655d32119fec69 to your computer and use it in GitHub Desktop.
tendermint cli autocompletions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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