• This repository has been archived on 20/Dec/2018
  • Stars
    star
    173
  • Rank 220,124 (Top 5 %)
  • Language
    Shell
  • Created almost 11 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ARCHIVED: docker command completion for the fish shell

Docker fish completion

docker command completion for the fish shell.

  • fish = awesome
  • docker = awesome
  • completion = awesomeยฒ

Installation

mkdir ~/.config/fish/completions
wget https://raw.github.com/barnybug/docker-fish-completion/master/docker.fish -O ~/.config/fish/completions/docker.fish

Fisherman

fisher install barnybug/docker-fish-completion

fish will show up the new completions straight away, no reload necessary.

Example

% docker run -[TAB]
--attach          (Attach to stdin, stdout or stderr.)
...

% docker run -t -i [TAB]
    busybox:latest             (Image)
    ubuntu:12.04               (Image)

% docker run -t -i busybox:latest
/ #

Completion supported

  • parameters
  • commands
  • containers
  • images
  • repositories