12345678910111213 |
- ==============
- Autocompletion
- ==============
- Ducker comes with autocompletion files for Bash and for Fish.
- If you have any of those shells, you should get autocompletion
- support when you install Ducker with pip. When you install
- Ducker manually, you must copy the file
- ``autocompletion/ducker.bash`` to ``/etc/bash_completion.d/``
- if you use Bash, or copy the file ``autocompletion/ducker.fish``
- to ``/etc/fish/functions`` or to ``~/.config/fish/functions``
- if you use Fish.
|