about summary refs log tree commit diff
path: root/fish/.config/fish/completions/lf.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/.config/fish/completions/lf.fish')
-rw-r--r--fish/.config/fish/completions/lf.fish11
1 files changed, 11 insertions, 0 deletions
diff --git a/fish/.config/fish/completions/lf.fish b/fish/.config/fish/completions/lf.fish
new file mode 100644
index 0000000..9fb6ba9
--- /dev/null
+++ b/fish/.config/fish/completions/lf.fish
@@ -0,0 +1,11 @@
+complete -c lf -o command -r -d 'command to execute on client initialization'
+complete -c lf -o cpuprofile -r -d 'path to the file to write the CPU profile'
+complete -c lf -o doc -d 'show documentation'
+complete -c lf -o last-dir-path -r -d 'path to the file to write the last dir on exit (to use for cd)'
+complete -c lf -o memprofile -r -d 'path to the file to write the memory profile'
+complete -c lf -o remote -x -d 'send remote command to server'
+complete -c lf -o selection-path -r -d 'path to the file to write selected files on open (to use as open file dialog)'
+complete -c lf -o server -d 'start server (automatic)'
+complete -c lf -o version -d 'show version'
+complete -c lf -o help -d 'show help'
+