Cursedtodo is a TUI todo manager written in Python using (n)curses library
Project description
CursedTodo
CursedTodo is a lightweight and straightforward todo manager for the terminal. Using .ics files for storage, it can be used with vdirsync for CalDAV synchronization. Efforts are made to support most of RFC-5545 and to be compatible with most other projects.
CursedTodo is developed in Python using the Curses library and has only ics as a dependency.
Roadmap
- Basic todo list (ordered by priority, show/hide completed)
- Todo creation, modification, and deletion
- Keymaps customization
- Category filtering
- Subtasks and linked todos
- Search
- Basic CLI for adding todos
Will not be implemented
- Mouse support
Usage
Cursedtodo need a config.toml files in $XDG_CONFIG_HOME/cursedtodo/
Keybinds are based on Vim hjkl for movement.
Here is an example config.toml:
# Calendars configuration
[[calendars]]
name = "Personal"
path = "~/.local/share/vdirsyncer/calendar/personal"
# available colors : black, red, green, yellow, blue, magenta, cyan, white
color = "blue"
default = true
[[calendars]]
name= "Work"
path = "~/.local/share/vdirsyncer/calendar/work"
color = "green"
default = false
# UI configuration
[ui]
window_name = "Todos"
show_footer_keybindings = true
select_first = true
rounded_borders = true
date_format = "%m/%d/%y %H:%M:%S"
[!IMPORTANT]
Cursedtodo is still in early development, expect some bugs and possibly breaking changes to the config file. Please backup your data regularly.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Alternatives
Projects with similar goals:
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cursedtodo-0.0.1rc6.tar.gz.
File metadata
- Download URL: cursedtodo-0.0.1rc6.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.22.2 CPython/3.12.8 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74e2de1531a58e3e9538193cf41bc39bc43e18d9f480a8f2c7fd5bf4f6bb0697
|
|
| MD5 |
be11a521288a4435dc540f95203ccb4e
|
|
| BLAKE2b-256 |
f79ae6a86a639c09f95cd12b1f13cbcddce9e41e5d03f279d6fc1f4c17daa3ef
|
File details
Details for the file cursedtodo-0.0.1rc6-py3-none-any.whl.
File metadata
- Download URL: cursedtodo-0.0.1rc6-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.22.2 CPython/3.12.8 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a9df252caedf79a93d6afcff3f411ccff9fb5bf03b243f11f9caff4c51d4353
|
|
| MD5 |
e76554606eab8045cb4d56ffb98bb4b9
|
|
| BLAKE2b-256 |
448c032f1a22b60cd401d95fbf6b3160d780a687b4c4ee83f312882dfa0a9891
|