diff options
author | Leo Nerone <leofnerone@proton.me> | 2022-06-17 18:49:39 -0300 |
---|---|---|
committer | Leo Nerone <leofnerone@proton.me> | 2022-06-30 19:38:49 -0300 |
commit | d486c0322fc524c6a85442bf05c336254dfa5327 (patch) | |
tree | dd91de77e705404e1fccdc8e024f898dd37a64c9 /utils/fish/README.md | |
parent | Merge pull request #8340 (diff) | |
download | monero-d486c0322fc524c6a85442bf05c336254dfa5327.tar.xz |
utils: add fish shell completions
Fish shell completions for monerod, monero-wallet-cli, and monero-wallet-rpc.
Diffstat (limited to 'utils/fish/README.md')
-rw-r--r-- | utils/fish/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/fish/README.md b/utils/fish/README.md new file mode 100644 index 000000000..7d7c58c28 --- /dev/null +++ b/utils/fish/README.md @@ -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)) |