https://github.com/kdesp73/terminal-todo
An easy to use todo app for your terminal with a TUI
https://github.com/kdesp73/terminal-todo
cpp gh-cli issues terminal todo todo-list todolist tui
Last synced: about 1 month ago
JSON representation
An easy to use todo app for your terminal with a TUI
- Host: GitHub
- URL: https://github.com/kdesp73/terminal-todo
- Owner: KDesp73
- License: unlicense
- Created: 2024-01-27T02:33:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T00:39:39.000Z (about 1 year ago)
- Last Synced: 2025-06-11T01:34:13.891Z (about 1 year ago)
- Topics: cpp, gh-cli, issues, terminal, todo, todo-list, todolist, tui
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terminal-todo
An easy to use todo app for your terminal with a TUI
## Preview

## Install
```console
$ git clone --depth=1 https://github.com/KDesp73/terminal-todo
$ cd terminal-todo
$ ./install.sh
```
A different list can be created for any directory by running `todo`
## Keys
| Key | Functionality |
|---------|--------------------|
| `h` | Toggle help |
| `Up` | Go up by one |
| `Down` | Go down by one |
| `a` | Add new task |
| `d` | Remove a task |
| `q` | Exit the program |
| `i` | Create issue from selected todo |
| `I` | Create issues for all todos |
| `Enter` | Switch task status |
| `Tab` | Switch between TODO and DONE tabs |
## Github issues
If you want to have automatic issues you need to log-in to the [gh cli tool](https://cli.github.com/)
## License
[The Unlicense](./LICENSE)
## Author
[KDesp73](https://github.com/KDesp73)