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

  1. Install tsaotun first: pip install tsaotun.
  2. Install toolbox addon: tsaotun addon install https://github.com/qazbnm456/toolbox.git.
  3. Enable the addon: tsaotun addon enable toolbox.
  4. 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.