autocompletion.rst 476 B

12345678910111213
  1. ==============
  2. Autocompletion
  3. ==============
  4. Ducker comes with autocompletion files for Bash and for Fish.
  5. If you have any of those shells, you should get autocompletion
  6. support when you install Ducker with pip. When you install
  7. Ducker manually, you must copy the file
  8. ``autocompletion/ducker.bash`` to ``/etc/bash_completion.d/``
  9. if you use Bash, or copy the file ``autocompletion/ducker.fish``
  10. to ``/etc/fish/functions`` or to ``~/.config/fish/functions``
  11. if you use Fish.