Skip to main content

A CLI and TUI todo list manager

Project description

MercedTodo

A CLI and TUI-based Todo List Manager written in Python.

Features

  • Categorize Todos: Organize tasks by custom categories (e.g., Work, Personal).
  • Rich TUI: Interactive Terminal User Interface for browsing and editing tasks.
  • Notes: Add detailed notes to any task.
  • Export: Export tasks and notes to Markdown.
  • Storage: SQLite backend for reliable persistence.

Installation

git clone https://github.com/yourusername/mercedtodo.git
cd mercedtodo
pip install . -e

Usage

Interactive Mode (TUI)

Run the main command to open the interactive dashboard:

mercedtodo

Keybindings:

  • a: Add a new task (opens editor with Priority/Due Date/Recurrence).
  • e: Edit the selected task.
  • d: Delete the selected task.
  • Space: Toggle completion status.
  • x: Export specific (or all) tasks to Markdown.
  • /: Search tasks.
  • q: Quit.

CLI Mode

Export tasks without opening the TUI:

mercedtodo export --output my_tasks.md

Import tasks from JSON or Todo.txt:

mercedtodo import my_old_list.json

Sync tasks (simulate):

mercedtodo sync --target /path/to/backup/folder

Configuration

Create ~/.mercedtodo/config.toml to customize themes:

[theme]
background = "#1e1e1e"
primary = "#00ff00"

Specify a custom database location:

mercedtodo --path /path/to/my/db.sqlite

Development

Run tests:

pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mercedtodo-0.1.0.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mercedtodo-0.1.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file mercedtodo-0.1.0.tar.gz.

File metadata

  • Download URL: mercedtodo-0.1.0.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for mercedtodo-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cde6dcfe012e448ff5e859d92441a46ba4bc8ad37d72e34129477a885eec91bf
MD5 cc04af0ef3c0d58fbe6c6fff53739ead
BLAKE2b-256 b76a6a6f5be8666ce924974b85f695c57bfab7e2dfc188fcda86dc476acac975

See more details on using hashes here.

File details

Details for the file mercedtodo-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: mercedtodo-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for mercedtodo-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8aa3e73f581184a5959cedd0c1df0fb74d96f489c071c57c70c11c37bb76a213
MD5 1fbb32b61bb5b39d5a3399ce18f1f019
BLAKE2b-256 d0ed373c832c1a76222324e79fb668ac568fb75453df34ab0b0d7cc759c26b7b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page