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

Uploaded Python 3

File details

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

File metadata

  • Download URL: mercedtodo-0.1.3.tar.gz
  • Upload date:
  • Size: 14.2 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.3.tar.gz
Algorithm Hash digest
SHA256 755c84c33af086b42768f33b98334a90700617535fae7959511bc1ea76d630e5
MD5 414022335a7059fd109afefdb2b1acbf
BLAKE2b-256 fa39a4a973cb4107972cb9559710fe000277f7744ee4adec90b376a38ff36f00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mercedtodo-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 272d2e2b15540338e84cde78f5558f0bf10062d1ba34fdf0ecea09bb35df4fff
MD5 57267046914e4047b7f172ac958f9a9c
BLAKE2b-256 f6b75c1ddba0812e03b8e0818e89bbc8f073c14de7ebd5f67f1ea3dc92c57184

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