Metadata-Version: 2.4
Name: termikanban
Version: 1.0.1
Summary: A terminal-based Kanban board application.
Author-email: ArmadilloMike <armadillomike@armadillomike.dev>
License: MIT
Project-URL: Homepage, https://github.com/armadillomike/termikanban
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# TermiKanban

**TermiKanban** is a terminal based kanban board editor for task management 

## Features

- Create, edit, prioritize, and delete tasks
- Move a task between columns
- Keyboard driven navigation system
- Save and load your boards


## Demo

[Video](https://www.youtube.com/embed/QIAJcgSBe5Q)

## Installation 

Vist the [Releases tab](https://github.com/armadillomike/termikanban/releases) for the installer.

You can also install via PyPi.
```bash
pip install termikanban
```

## Usage

1. Run the app from the terminal

```bash
termikanban
```

2. Run from the start menu
3. Open an existing .kanban file

Press the h key in the app to bring up a help menu showing the keyboard shortcuts.

## License

This project is licensed under the MIT License.
