Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/holly-hacker/td

A WIP graph-based TUI TODO app.
https://github.com/holly-hacker/td

to-do todo todoapp tui

Last synced: 3 months ago
JSON representation

A WIP graph-based TUI TODO app.

Awesome Lists containing this project

README

        

# td

`td` is a graph-based TUI todo app. It allows you to create tasks and define dependency
relationships between them. This way you can see which tasks can be worked on right now, and which
tasks still have unfinished prerequisite tasks.

`td` is still in development and while basic functionality is present, it is still very unpolished
(it is not v0.1 yet). See `todo.json` (or open it in `td`!) to see some of the remaining tasks.

![td screenshot](https://github.com/holly-hacker/td/assets/13605369/73a20dd0-6c01-4524-bc5b-edc9dc414e92)