Metadata-Version: 2.1
Name: djtodo-cli
Version: 0.1.3
Summary: 
Home-page: https://github.com/dongjin2008/djtodo
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/dongjin2008/djtodo
Description-Content-Type: text/markdown

# djtodo-cli

djtodo-cli is a CLI todo application.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install djtodo-cli.

```bash
pip install djtodo-cli
```

## Usage

```add
djtodo add <task>
```
>add task

```list
djtodo list
```
>print list of task

```remove
djtodo remove <number>
```
> remove task

```done
djtodo done <number>
```
>mark task as done

```search
djtdo search <task>
```
>search for the task
 
  
## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)




