CLI Todo app made with typer, sqlite and REST API
Project description
todo-cli-tddschn
A simple command-line Todo app made with typer, sqlite and REST API.
Features
- Creating, reading, updating, and deleting todos;
- Nicely formatting the outputs (with color);
todo ls
lists all todos, ordered by priority and due date, the todos without a due date are put last (nullslast).- Not only the command line interface - you can also CRUD your todos by making HTTP requests to the REST API.
Install
pipx (recommended)
pipx install todo-cli-tddschn
pip
pip install todo-cli-tddschn
Usage
todo
You can add, modify, or remove (all) todos with the todo
command:
todo --help
Usage: todo [OPTIONS] COMMAND [ARGS]...
tddschn's command line todo app
Options:
-v, --version Show the application's version and exit.
--install-completion Install completion for the current shell.
--show-completion Show completion for the current shell, to copy it or
customize the installation.
--help Show this message and exit.
Commands:
a Add a new to-do with a DESCRIPTION.
clear Remove all to-dos.
config Getting and managing the config
g Get a to-do by ID.
info Get infos about todos
init Initialize the to-do database.
ls list all to-dos, ordered by priority and due date.
m Modify a to-do by setting it as done using its TODO_ID.
re-init Re-initialize the to-do database.
rm Remove a to-do using its TODO_ID.
todo ls
List and filter the todos.
todo ls --help
Usage: todo ls [OPTIONS] COMMAND [ARGS]...
list all to-dos, ordered by priority and due date.
Options:
-d, --description TEXT
-p, --priority [low|medium|high]
-s, --status [todo|done|deleted|cancelled|wip]
-pr, --project TEXT
-t, --tags TEXT
-dd, --due-date [%Y-%m-%d|%Y-%m-%dT%H:%M:%S|%Y-%m-%d %H:%M:%S]
--help Show this message and exit.
Commands:
project Filter to-dos by project.
tag Filter to-dos by tag.
todo serve
Serve the REST API (built with FastAPI)
todo serve --help
Usage: todo serve [OPTIONS]
serve REST API. Go to /docs for interactive documentation on API usage.
Options:
--host TEXT [default: 127.0.0.1]
--port INTEGER [default: 5000]
--log-level TEXT [default: info]
--help Show this message and exit.
todo config
Get or edit the configurations
todo config --help
Usage: todo config [OPTIONS] COMMAND [ARGS]...
Getting and managing the config
Options:
--help Show this message and exit.
Commands:
db-path Get the path to the to-do database.
edit Edit the config file. # Opens in default editor
path Get the path to the config file.
todo info
Get the info and stats about the todos.
todo info --help
Usage: todo info [OPTIONS] COMMAND [ARGS]...
Get infos about todos
Options:
--help Show this message and exit.
Commands:
count Get todo counts
Why do you made this?
For practicing my python and SQL skills.
If you're looking for an awesome CLI todo app, try taskwarrior.
SQLite database schema
Screenshots
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
todo-cli-tddschn-0.2.14.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file todo-cli-tddschn-0.2.14.tar.gz
.
File metadata
- Download URL: todo-cli-tddschn-0.2.14.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 670cad5c46aab98ec31c579bfa6554c396c0852f34a68f0f2bb171832a815272 |
|
MD5 | 8b6f886a30d9d2d66be51ee81b8dd6f7 |
|
BLAKE2b-256 | a007bb148d626bb370f61d51a4eed7e85709f3c2e24912536f336eb475edb207 |
File details
Details for the file todo_cli_tddschn-0.2.14-py3-none-any.whl
.
File metadata
- Download URL: todo_cli_tddschn-0.2.14-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 334336564021c6e7bcbd4c18d86c5b7ba0b20e072793eba6baf70f048c2e4bff |
|
MD5 | 55067fb39f8a12806f5360d860e10611 |
|
BLAKE2b-256 | 9244d204519d526a64ba634c060c61777476cfe5e6ee47bebeb476d5017e1545 |