Metadata-Version: 2.1
Name: pymembercli
Version: 0.2.0
Summary: 
Author: lawnchairmeku
Author-email: mekumotoki@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: platformdirs (>=4.3.6,<5.0.0)
Description-Content-Type: text/markdown

# pymember
`'py 'member!`
A CLI tool for todo-list keeping and helpful reminders.

## Install:
`pip install pymembercli`
or, download from source and run `pip install .`

## Usage:
You combine -a and -d into a single command, such as `pymember -a {task} -d {desc}`
```
    -l LIST, --list LIST  List either 'a'll, 't'odo, 'i'nprog or 'd'one.
    -a [ADD], --add [ADD]
                        Add an item to the list.
    -d DESC, --desc DESC  Add a description, when adding an item.
    -mt MT, --markt MT    Mark an item as 't'odo.
    -mi MI, --marki MI    Mark an item as 'i'n progress.
    -md MD, --markd MD    Mark an item as 'd'one
    -del DELETE           Delete an item.```
```

## To implement:
Updating tasks.

https://roadmap.sh/projects/task-tracker
