https://github.com/leostera/today-vim
https://github.com/leostera/today-vim
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/leostera/today-vim
- Owner: leostera
- Created: 2024-07-03T20:17:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T20:22:39.000Z (about 2 years ago)
- Last Synced: 2025-05-11T22:07:47.772Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Today
> A small, git-based task tracking tool.
Run `./today` to get the list of pendings from yesterday, and add new things to do.
Run `./done ` to get the list of done things in the past `n` days. `0` for done today.
Inside `today` you have a few shortcuts for handling todos:
* `o` to add a new todo
* `x` to mark a todo as done
* `z` to mark a todo as undone
* `-` to mark a todo as skipped