forked from ohmyzsh/ohmyzsh
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/AeonAxan/oh-my-zsh
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Docker autocomplete plugin | ||
|
||
- Adds autocomplete options for all docker commands. | ||
- Will also show containerIDs and Image names where applicable | ||
|
||
####Shows help for all commands | ||
![General Help](http://i.imgur.com/tUBO9jh.png "Help for all commands") | ||
|
||
|
||
####Shows your downloaded images where applicable | ||
![Images](http://i.imgur.com/R8ZsWO1.png "Images") | ||
|
||
|
||
####Shows your running containers where applicable | ||
![Containers](http://i.imgur.com/WQtbheg.png "Containers") | ||
|
||
|
||
|
||
Maintainer : Ahmed Azaan ([@aeonazaan](https://twitter.com/aeonazaan)) |