diff options
author | toolonely <lonely_@tutanota.com> | 2021-03-05 22:31:07 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-06 11:11:53 +0700 |
commit | c399dd335d5adda2111b54ef2418606789adbba3 (patch) | |
tree | 416814aae45f2fecaee5db5b13e7c67863276e0d /office/todo.txt-cli/README | |
parent | 14177a2124c0c923e7c3ef728118f956de7772aa (diff) |
office/todo.txt-cli: Added (CLI frontend for todo.txt)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/todo.txt-cli/README')
-rw-r--r-- | office/todo.txt-cli/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/office/todo.txt-cli/README b/office/todo.txt-cli/README new file mode 100644 index 0000000000000..5dbb331bc2559 --- /dev/null +++ b/office/todo.txt-cli/README @@ -0,0 +1,13 @@ +A simple and extensible shell script for managing your todo.txt file. + +After installing the package, copy the default config file to your home +directory and adjust it accordingly, otherwise todo.txt-cli will +misbehave: + +$ mkdir ~/.todo +$ cp /etc/todo.cfg ~/.todo/config +$ mkdir ~/todo + +Then edit ~/.todo/config: + +export TODO_DIR=/home/$USER/todo |