https://github.com/yds12/taskeo
To-do app for the terminal.
https://github.com/yds12/taskeo
cli task terminal to-do-list todo
Last synced: 8 months ago
JSON representation
To-do app for the terminal.
- Host: GitHub
- URL: https://github.com/yds12/taskeo
- Owner: yds12
- License: mit
- Created: 2021-07-30T17:16:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T17:58:23.000Z (about 2 years ago)
- Last Synced: 2025-01-13T15:29:42.284Z (9 months ago)
- Topics: cli, task, terminal, to-do-list, todo
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To-do or task management application for the terminal.
# Intended API
To display tasks:
$ keo
It might be convenient to call `keo` on your `.bashrc` or equivalent to show
your to-dos automatically when you open a new terminal.To add a task:
$ keo %% buy mangos
Use 0 to 4 `%` to define the priority level of the task. This will be used by
`taskeo` to decide the order and color of the task in the list.Remove a task:
$ keo
where `` is a the task number, which is shown before the task description
in the task list.Inspired by the terminal to-do script used by
[Jon Gjengset](https://www.youtube.com/c/JonGjengset/videos) in one of his
videos.