/gtu

Primary LanguagePythonApache License 2.0Apache-2.0

gtu - GTD for You

my own GTD tool

requires vipe command line tool; in Mac OSX:

brew install moreutils

backlog

  • save task to file
  • manage config: init, reset, show: home_dir
  • list tasks
  • iterative: list tasks with id, refer by id, just print whole
  • list all tags
  • list tasks by tag
  • add with all the information
  • add with editor (editadd)
  • parse vim created task
  • task manage tags by id
  • mark task as done
  • mark done task back to inbox
  • delete task by id
  • edit task by id
  • process inbox
  • properly handle errors on empty file (del file, log properly)
  • make EDITOR configurable