Opinionated Todo CLI
Find a file
2024-11-11 23:14:22 -05:00
ajal_todo_cli Structure into a package 2024-11-11 23:14:22 -05:00
pyproject.toml Structure into a package 2024-11-11 23:14:22 -05:00
README.md Use uv and typer 2024-11-11 22:47:28 -05:00
todo.md Use uv and typer 2024-11-11 22:47:28 -05:00

Ajal Todo CLI

A todo utility - enhanced

Usage

You should have uv installed or have virtualenv or venv already set up, and using python 3.12+

Run (assuming you are using uv):

uv venv
source .venv/bin/activate
uv sync

Now you can run commands, start by running uv run todo.py --help and continue from there