Skip to content

Commit

Permalink
Add ranger completions
Browse files Browse the repository at this point in the history
  • Loading branch information
moverest authored and faho committed Sep 16, 2016
1 parent 46ab1a1 commit 22c20f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions share/completions/ranger.fish
@@ -0,0 +1,14 @@
complete -c ranger -s d -l debug -d "Activate debug mode"
complete -c ranger -s c -l clean -d "Activate clean mode"
complete -c ranger -s r -l confdir -d "Change configuration directory"
complete -c ranger -l copy-config -x -d "Create copies of the default configuration" -a "all commands commands_full rc rifle scope"
complete -c ranger -l chosefile -r -d "Pick file with ranger"
complete -c ranger -l chosefiles -r -d "Pick multiple files with ranger"
complete -c ranger -l chosedir -r -d "Pick directory"
complete -c ranger -l selectfile -r -d "Open ranger with given file selected"
complete -c ranger -l list-unused-keys -d "List common keys which are not bound"
complete -c ranger -l list-tagged-files -f -d "List all tagged files with given tag (default *)"
complete -c ranger -l profile -d "Print statistics of CPU usage on exit"
complete -c ranger -l cmd -r -d "Execute command after configuration file read"
complete -c ranger -l version -d "Print version"
complete -c ranger -l help -s h -d "Print help"

0 comments on commit 22c20f3

Please sign in to comment.