about summary refs log tree commit diff
path: root/alpine-river/config/fish/completions/yazi.fish
diff options
context:
space:
mode:
Diffstat (limited to 'alpine-river/config/fish/completions/yazi.fish')
-rw-r--r--alpine-river/config/fish/completions/yazi.fish9
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'