Kadoo
The priorities management CLI you never knew you needed
Kadoo organises your priorities using the Eisenhower Decision Matrix.
Installation
pip install kadoo
Usage
# get started by creating your first matrix board
$ kadoo
# to perform actions on your new table, use it's name
$ kadoo <table_name>
# add an item to quadrant 1
$ kadoo <table_name> -a "My first item" -q 1
# create a new table: kadoo -ct <TABLE_NAME> <TABLE_DESCRIPTION>
$ kadoo -ct dev "My developer tasks"
# add an item to quadrant 1
$ kadoo dev -a "Work on a new project" -q 1
# add an item to quadrant 2
$ kadoo dev -a "Star this repo xDD" -q 2
# mark a task as done: kadoo <TABLE_NAME> -d "<TASK_NAME>" -q <QUADRANT>
$ kadoo dev -a "Work on a new project" -q 1
About
The matrix sorts tasks based on urgency and importance.
Release files for kadoo 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kadoo-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Release files / kadoo-0.1.6-py3-none-any.whl
| Download URL | kadoo-0.1.6-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
11f3dbe91c198b1d9012dc81ee448af7198ca705b61642123d37eb0d0166c0e2
|
|
BLAKE2b-256 checksum How to use checksums |
6896037d7db426f784d8464513c2e3d24b97a4f631744c901c75ecd785ce8f9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.0
|