Created
October 4, 2016 18:57
-
-
Save DelusionalLogic/a03057c0e5286b4058d4d9da84fe0b39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#compdef zathura | |
# zsh completions for 'zathura' | |
# automatically generated with http://github.com/RobSis/zsh-completion-generator | |
local arguments | |
arguments=( | |
{-h,--help}'[Show help options]' | |
{-e,--reparent}'[Reparents to window specified by xid (X11)]' | |
{-c,--config-dir}'[Path to the config directory]' | |
{-d,--data-dir}'[Path to the data directory]' | |
'--cache-dir[Path to the cache directory]' | |
{-p,--plugins-dir}'[Path to the directories containing plugins]' | |
'--fork[Fork into the background]' | |
{-w,--password}'[Document password]' | |
{-P,--page}'[Page number to go to]' | |
{-l,--debug}'[Log level (debug, info, warning, error)]' | |
{-v,--version}'[Print version information]' | |
{-x,--synctex-editor-command}'[Synctex editor (forwarded to the synctex command)]' | |
'--synctex-forward[Move to given synctex position]' | |
'--synctex-pid[Highlight given position in the given process]' | |
'--mode[Start in a non-default mode]' | |
'*:filename:_files' | |
) | |
_arguments -s $arguments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/delusional/.zplug/repos/RobSis/zsh-completion-generator/completions /home/delusional/.zplug/repos/zplug/zplug/autoload /home/delusional/.zplug/repos/zplug/zplug/misc/completions /home/delusional/.zplug/repos/zplug/zplug/base/sources /home/delusional/.zplug/repos/zplug/zplug/base/utils /home/delusional/.zplug/repos/zplug/zplug/base/job /home/delusional/.zplug/repos/zplug/zplug/base/io /home/delusional/.zplug/repos/zplug/zplug/base/core /home/delusional/.zplug/repos/zplug/zplug/base/base /home/delusional/.zplug/repos/zplug/zplug/autoload/commands /home/delusional/.zplug/repos/zplug/zplug/autoload/options /home/delusional/.zplug/repos/zplug/zplug/autoload/tags /home/delusional/.config/zsh/autocomplete /home/delusional/.zplug/repos/zplug/zplug/base/support /home/delusional/.zplug/repos/zplug/zplug/base/zplug /home/delusional/.zplug/repos/zplug/zplug/autoload/utils /home/delusional/.zplug/repos/zplug/zplug/base/print /usr/local/share/zsh/site-functions /usr/share/zsh/site-functions /usr/share/zsh/functions/Calendar /usr/share/zsh/functions/Chpwd /usr/share/zsh/functions/Completion /usr/share/zsh/functions/Completion/Base /usr/share/zsh/functions/Completion/Linux /usr/share/zsh/functions/Completion/Unix /usr/share/zsh/functions/Completion/X /usr/share/zsh/functions/Completion/Zsh /usr/share/zsh/functions/Exceptions /usr/share/zsh/functions/MIME /usr/share/zsh/functions/Misc /usr/share/zsh/functions/Newuser /usr/share/zsh/functions/Prompts /usr/share/zsh/functions/TCP /usr/share/zsh/functions/VCS_Info /usr/share/zsh/functions/VCS_Info/Backends /usr/share/zsh/functions/Zftp /usr/share/zsh/functions/Zle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment