Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 529 Bytes

docker-fzf-completion

DEPRECATED. Use fzshell instead.

Extends default docker completion with fzf

Installation

  1. Download and install fzf and docker with docker autocompletion
  2. Set default FZF trigger to something else beside ** (optionally)
  export FZF_COMPLETION_TRIGGER='%%'
  1. Source either docker-fzf.bash or docker-fzf.zsh depending on your shell.