~psic4t/nntd

6b6c4412a760f4bcea4f24e34c920988989ea2e5 — psic4t 4 years ago 41051f4
README again 4
1 files changed, 6 insertions(+), 6 deletions(-)

M README.md
M README.md => README.md +6 -6
@@ 11,12 11,12 @@ The only dependency is jq.
First time call creates a config file ~/.config/nntd.conf. Please edit for your needs.


- `nntd a|add \"new todo\"` - Creates a new TODO.
- `nntd a|add "new todo"` - Creates a new TODO.
- `nntd` - Shows all active TODOs.
- `nntd p|pri \<number\> \<a-z\>` - Prioritizes the given TODO A-Z. `nntd pri 4 a` prioritizes TODO 4 with priority A.
- `nntd depri \<number\>` - Removes priority from TODO.
- `nntd lsp|listpri \<priority\>` - Lists all TODOs with a given priority.
- `nntd do \<number\>` - Marks TODO as done.
- `nntd p|pri <number> <a-z>` - Prioritizes the given TODO A-Z. `nntd pri 4 a` prioritizes TODO 4 with priority A.
- `nntd depri <number>` - Removes priority from TODO.
- `nntd lsp|listpri <priority>` - Lists all TODOs with a given priority.
- `nntd do <number>` - Marks TODO as done.
- `nntd lsd|listdone` - Lists all done TODOs.
- `nntd purge` - Purges all done TODOs.
- `nntd del \<number\>` - Deletes a TODO
- `nntd del <number>` - Deletes a TODO