Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/holly-hacker/td
- Owner: holly-hacker
- License: bsd-2-clause
- Created: 2022-12-31T22:26:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T18:37:18.000Z (8 months ago)
- Last Synced: 2024-07-11T07:39:38.521Z (4 months ago)
- Topics: to-do, todo, todoapp, tui
- Language: Rust
- Homepage:
- Size: 290 KB
- Stars: 28
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - td - A graph-based TUI to-do app. (💻 Apps / 🚀 Productivity and Utilities)
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)