Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)