aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 053865546e3a3502ff34a3e67e4a07e2b0adc2dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.

## 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