aboutsummaryrefslogtreecommitdiffstats
path: root/community/todo.txt-cli/README.alpine
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-26 19:34:53 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-26 19:35:39 +0200
commitcdaa392bd5a5eaae0bd59c829288fa7dd634802b (patch)
tree1f6c8efe1889c4f6b0b87fb1a15317b0c2beab77 /community/todo.txt-cli/README.alpine
parentb37e40d814de32be141db4366c744f8b6c91f70f (diff)
downloadaports-cdaa392bd5a5eaae0bd59c829288fa7dd634802b.tar.bz2
aports-cdaa392bd5a5eaae0bd59c829288fa7dd634802b.tar.xz
community/todo.txt-cli: fix and improve abuild
Diffstat (limited to 'community/todo.txt-cli/README.alpine')
-rw-r--r--community/todo.txt-cli/README.alpine8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/todo.txt-cli/README.alpine b/community/todo.txt-cli/README.alpine
new file mode 100644
index 0000000000..286400f63a
--- /dev/null
+++ b/community/todo.txt-cli/README.alpine
@@ -0,0 +1,8 @@
+To use todo.txt-cli fully:
+--------------------------
+
+* copy /etc/todo.cfg in ~/.todo/config file
+
+* alias the command "todo.sh" with "t" by adding to ~/.profile (if ash) or ~/bashrc (if bash):
+
+ alias t='todo.sh'