1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/linux/completion
Christoph Cullmann 5bb7e9cfcf Add --wmclass argument to linux completion files
Reviewers: #falkon, drosca

Reviewed By: #falkon, drosca

Subscribers: cullmann, falkon

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D18667
2019-02-02 16:24:27 +01:00
..
_falkon Add --wmclass argument to linux completion files 2019-02-02 16:24:27 +01:00
falkon Add --wmclass argument to linux completion files 2019-02-02 16:24:27 +01:00
README.md Initial rename to Falkon 2017-08-25 17:32:32 +02:00

Shell completion files

  • falkon - bash completion file
  • _falkon - zsh completion file

Bash completion file will be automatically installed with make install into /usr/share/bash-completion/completions

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

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