Metadata-Version: 2.1
Name: mkie
Version: 0.1.8
Summary: A useful tool for control clis in terminal.
Home-page: https://github.com/cbb23021/mkie
License: MIT
Author: Michael Chou
Author-email: snoopy02m@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Terminals
Requires-Dist: click (==8.0.3)
Requires-Dist: click-help-colors (==0.9.1)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: importlib-metadata (>=4.11.4,<5.0.0)
Project-URL: Repository, https://github.com/cbb23021/mkie
Description-Content-Type: text/markdown

# mkie

A useful tool for control clis in terminal.

## Installation

If you already know how to install python packages, then you can install it via pip.

```
pip3 install mkie
```

## Upgrade

```
pip3 install --upgrade mkie
```

## Features

`mkie` is control clis:

- Git
  - `gitadd`: Auto add all files to git and ignore submodules.
  - `gitfetch`: Sort out local branchs.
  - `gitpull`: Pull latest update from git repo.
  - `s`: Swap current branch to target branch.

- Docker
  - `dps`: list docker containers 
  - `dbu`: build docker container
  - `dup`: start docker contrainer
  - `dd`: stop docker container
  - `drun`: exec docker container

