fish-completion

Homepage: https://gitlab.com/Ambrevar/emacs-fish-completion

Author: Pierre Neidhardt

Updated:

Summary

Fish completion for pcomplete (shell and Eshell)

Commentary

You can setup this package globally with:

(when (and (executable-find "fish")
           (require 'fish-completion nil t))
  (global-fish-completion-mode))

Alternatively, you can call the `fish-completion-mode' manually or in shell /
Eshell mode hook.

The package `bash-completion' is an optional dependency: if available,
`fish-completion-complete' can be configured to fall back on bash to further
try completing.  See `fish-completion-fallback-on-bash-p'.

Dependencies

Reverse dependencies