1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
Files
dotdrop/completion

Here are the completion files for bash, zsh and fish. for the use of dotdrop either 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 in 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/