Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T18:12:00.000Z (12 months ago)
- Last Synced: 2024-11-22T19:26:35.516Z (3 months 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
![image](https://github.com/KDesp73/terminal-todo/assets/63654361/519945b9-7de8-47bc-a809-dbab47b3556a)
## 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)