makedeb


fzf-tab-completion-git 1edbccc22021.11.13-2


Tab completion using fzf in zsh, bash, GNU readline apps (e.g. python, php -a etc.)

Viewing /fzf-tab-completion-git.postinst.

View raw.

Click here to go back to the Git tree for fzf-tab-completion-git.

 #!/bin/bash 
  cat <<EOF

If you want to use it with readline, add follows to your .inputrc: 

	\$include function rl_custom_complete /usr/lib/librl_custom_complete.so
    "\t": rl_custom_complete


Please read https://github.com/lincheney/fzf-tab-completion for more information.
EOF