mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-11 02:39:50 +00:00
docker container autocomplete listing uses containers ID instead of names. Most users identify their containers by name. ID is only needed and used on a dynamic environment more suited in scripts.
Docker autocomplete plugin
- Adds autocomplete options for all docker commands.
- Will also show containerIDs and Image names where applicable
####Shows help for all commands

####Shows your downloaded images where applicable

####Shows your running containers where applicable

Maintainer : Ahmed Azaan (@aeonazaan)