1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00
Files
dotdrop/completion
John T. Wodder II 60550424ca Proofread docs
2021-10-05 12:14:42 -04:00
..
2020-01-26 19:45:53 +01:00
2020-01-26 19:45:53 +01:00
2019-11-27 18:37:57 +01:00
2021-10-05 12:14:42 -04:00

Here are completion files for bash, zsh and fish for the use of dotdrop through the bash script dotdrop.sh or through the Python script dotdrop (PyPI, snap, setup.py, etc.).

bash and zsh scripts are generated using infi.docopt_completion.

bash

Source the file

zsh

Copy the file to a path within ${fpath}

fish

Install for your user:

mkdir -p ~/.config/fish/completions
cp dotdrop.fish ~/.config/fish/completions/

Install system-wide:

cp dotdrop.fish /usr/share/fish/completions/