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.
- 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 TrueIf 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. 😄
This project use Apache License, Version 2.0.