Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1000 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 1000 Bytes

User Guide for todo.txt file

Reference

Installation

brew install todo-txt
cp -n /usr/local/opt/todo-txt/todo.cfg ~/.todo.cfg

Get Started with CLI

  1. Config config to ~, edit $TODO_DIR in ~/.todo.cfg
  2. Add alias in .*rc alias td=todo.sh
  3. Add task td a my things +project
  4. List task td ls
  5. Prioritize td p 1 a
  6. List project td lsprj
  7. List context td lsc
  8. List task by priority td lsp
  9. List files in the todo.txt directory td lf
  10. Mark as done td do 1

Plugins for CLI

https://github.com/todotxt/todo.txt-cli/wiki/Todo.sh-Add-on-Directory

App 🖍