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.2.tar.gz (13.9 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.2-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mercedtodo-0.1.2.tar.gz
  • Upload date:
  • Size: 13.9 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.2.tar.gz
Algorithm Hash digest
SHA256 53cedb85fc38bbda08baf7e58cbdfc278a2ceaac04fd38117d7941457730cf7a
MD5 f2d378202922497777d00173f41fc002
BLAKE2b-256 ae1708e49265724e7e41741df8a09604c0201304201e3252face388e04c63db9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mercedtodo-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 10.9 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 576c2c31f9fc22609501d6c1e55eb69f6643bdd7db36ac5fd99412601e355d68
MD5 d7780fc2b3d117b5d5c4548661e118e2
BLAKE2b-256 87ab6632ac3e6260d223e2b53ab52cc8ec82ded50081b480f64d6152924f15eb

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