aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
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