diff options
author | venomade <venomade@venomade.com> | 2025-02-27 17:06:42 +0000 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-02-27 17:06:42 +0000 |
commit | 1cace80e4832a5d250ef4b7ccd687996563fb01b (patch) | |
tree | db1ced91d1382ca3cabe37dbae00da51231d6a99 /alpine-river/config/fish/completions/yazi.fish |
Add old dotfiles
Diffstat (limited to 'alpine-river/config/fish/completions/yazi.fish')
-rw-r--r-- | alpine-river/config/fish/completions/yazi.fish | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alpine-river/config/fish/completions/yazi.fish b/alpine-river/config/fish/completions/yazi.fish new file mode 100644 index 0000000..cd243b0 --- /dev/null +++ b/alpine-river/config/fish/completions/yazi.fish @@ -0,0 +1,9 @@ +complete -c yazi -l cwd-file -d 'Write the cwd on exit to this file' -r -F +complete -c yazi -l chooser-file -d 'Write the selected files to this file on open fired' -r -F +complete -c yazi -l client-id -d 'Use the specified client ID, must be a globally unique number' -r +complete -c yazi -l local-events -d 'Report the specified local events to stdout' -r +complete -c yazi -l remote-events -d 'Report the specified remote events to stdout' -r +complete -c yazi -l clear-cache -d 'Clear the cache directory' +complete -c yazi -l debug -d 'Print debug information' +complete -c yazi -s V -l version -d 'Print version' +complete -c yazi -s h -l help -d 'Print help' |