pchryss-todo-cli 0.2.1

Simple CLI todo app
Documentation
# pchryss-todo-cli
A simple CLI todo list tool written in Rust.

## Features

- Add, list, and complete todos from the terminal
- Prioritize todos with High, Medium, and Low priority levels
- Todos are saved in a JSON file in your home directory ('~/.pchryss_todo_list.json')

## Installation

### Prerequisites

- Rust toolchain installed

### Install via Cargo

```bash
cargo install pchryss-todo-cli
```

## Usage
```bash
pchryss-todo help
```