Toolbox - A Tsaotun's addon that provides useful aliases for you
January 19, 2017 ยท View on GitHub
Table of contents
Introduction
This repo contains an addon called toolbox that provides useful aliases for docker. Besides, this repo also serves as a sample addon extending the power of Tsaotun.
You may want to follow the code and write one on your own.
Screenshot
-
tsaotun version --client:
-
tsaotun container rm --clear:
-
tsaotun toolbox:
Installation
- Install
tsaotunfirst:pip install tsaotun. - Install
toolboxaddon:tsaotun addon install https://github.com/qazbnm456/toolbox.git. - Enable the addon:
tsaotun addon enable toolbox. - Check if installation is successful:
tsaotun addon ls.
If installation is okay, you should see somthing like:
$ tsaotun addon ls
ADDON NAME ENABLED
toolbox True
Contribute
If you have any good ideas and you wanna share with one another, just send me the PR immediately.
I can't wait to see your fabulous ideas. :smile:
LICENSE
This project use Apache License, Version 2.0.