From da07a8977705c93965d2e6e7ed6f9ac26a960787 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 15 Sep 2017 11:20:52 -0400 Subject: Initial commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..d78cab9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# gtd-txt: Getting Things Done in plain text + +gtd-txt is a task manager designed for use with David Allen's Getting Things +Done methodology. It's similar in spirit to the [todo.txt](http://todotxt.org/) +system, but it uses one file per project, instead of one line per action. This +allows you to easily group notes alongside projects and actions. + +This is not an official Google product. + +## Dependencies + +You will probably need a GNU userspace. In particular, you definitely need + +- GNU AWK +- GNU Bash (version 4.0.0 or later) +- GNU Coreutils +- GNU Findutils -- cgit v1.2.3