Metadata-Version: 2.4
Name: knoteboard
Version: 0.2.0
Summary: knoteboard – is a small command-line personal ticket management tool that provides a Kanban-style board
License-Expression: MIT
Project-URL: Repository, https://github.com/rmind/knoteboard
Keywords: notes,kanban,board,sticky notes
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.3.1
Requires-Dist: dateparser>=1.3.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: urwid>=3.0.3
Dynamic: license-file

# knoteboard

**knoteboard** is a small command-line personal ticket management tool that
provides a Kanban-style board.

Upstream at: https://github.com/rmind/knoteboard

## Introduction

The tool is intended to be very minimalistic, but fast to operate.  It may
be used for **sticky notes** with reminders or it may be used as a basic
**Kanban-style board**.  It supports **Vi-style key bindings**.

## Usage

Install and run:
```shell
pip install knoteboard
python -m knoteboard
```

From the repo:
```shell
uv run python -m knoteboard
```

Press the `?` key inside the application to get a full list of the available
actions.  Just follow the status bar where available actions (the key
bindings) are described.

You can use `KNOTEBOARD_PATH` environment variable or specify the first
command line argument to create separate boards or store data in a directory
other than your home directory.
