diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-26 19:34:53 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-26 19:35:39 +0200 |
commit | cdaa392bd5a5eaae0bd59c829288fa7dd634802b (patch) | |
tree | 1f6c8efe1889c4f6b0b87fb1a15317b0c2beab77 /community/todo.txt-cli/README.alpine | |
parent | b37e40d814de32be141db4366c744f8b6c91f70f (diff) | |
download | aports-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.alpine | 8 |
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' |