You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nowrep cb95c95c3f [shell completions] Rename and edit readme 12 years ago
..
README.md [shell completions] Rename and edit readme 12 years ago
_qupzilla [bash/zsh completion] Complete also filenames and directories 12 years ago
qupzilla [bash/zsh completion] Complete also filenames and directories 12 years ago

README.md

Bash completion file will be automatically installed with make install into /etc/bash_completion.d/

To install zsh completion file, either manually copy it to proper directory (one directory from $fpath), or run this command:

cp _qupzilla "echo $fpath | cut -d' ' -f1/_qupzilla"