utils: add fish shell completions

Fish shell completions for monerod, monero-wallet-cli, and monero-wallet-rpc.
This commit is contained in:
Leo Nerone
2022-06-17 18:49:39 -03:00
parent 9750e1fa10
commit d486c0322f
4 changed files with 241 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
## Fish shell completions for Monero
This folder has basic Fish completions for `monerod`, `monero-wallet-cli`, and `monero-wallet-rpc`. To use them, put those files (or symlink them) inside `~/.config/fish/completions/` or wherever your Fish completion files are (see [https://fishshell.com/docs/current/completions.html#where-to-put-completions](https://fishshell.com/docs/current/completions.html#where-to-put-completions))