Home

Awesome

Toolbox - A Tsaotun's addon that provides useful aliases for you

Table of contents


<a name="intro"></a>

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.

<a name="screenshot"></a>

Screenshot

<a name="install"></a>

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

<a name="contribute"></a>

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:

<a name="license"></a>

LICENSE

This project use Apache License, Version 2.0.