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

https://github.com/leostera/today-vim


https://github.com/leostera/today-vim

Last synced: about 1 year ago
JSON representation

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