1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00
Files
dotdrop/completion
Alfred Wingate d730322af5 Adjust completion for pep517
Manually building and installing the python packages can be safely
omited from the examples.

Haven't tested.

Signed-off-by: Alfred Wingate <parona@protonmail.com>
2025-05-02 14:38:46 +02:00
..
2020-01-26 19:45:53 +01:00
2020-01-26 19:45:53 +01:00
2022-05-31 21:45:13 +02:00
2025-05-02 14:38:46 +02:00
2025-05-02 14:38:46 +02: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, 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/