Metadata-Version: 2.1
Name: pymembercli
Version: 0.3.3
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:
`pymember ls [all/todo/doing/done] (optional, defaults to all)`

`pymember add [taskname] -d [desc]`

`pymember set [taskid] [todo/doing/done]`

`pymember del -id [taskid]`

`pymember del -set [all/todo/doing/done]`

## To implement:
Updating tasks.

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

