Show all aliases in the help message - justdoit - Simpler (but with not all the features) reimplementation todo.txt CLI
(HTM) hg clone https://bitbucket.org/iamleot/justdoit
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) changeset 031ccde979f213b32b4174f69cbe81ae796799d9
(DIR) parent 456b3b47c084c022a46aba8586d26467bf3f3d3e
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Tue, 21 Aug 2018 01:34:48
Show all aliases in the help message
Diffstat:
t.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff -r 456b3b47c084 -r 031ccde979f2 t.sh
--- a/t.sh Sun Aug 19 00:22:21 2018 +0200
+++ b/t.sh Tue Aug 21 01:34:48 2018 +0200
@@ -69,17 +69,17 @@
echo "ones - that matches pattern (or all of them if no pattern is"
echo "provided)"
echo
- echo "edit"
+ echo "e|ed|edit"
echo "Open the todo.txt with the \${EDITOR}"
echo
- echo "help"
+ echo "h|help"
echo "Show an help message"
echo
- echo "list [pattern]"
+ echo "l|ls|list [pattern]"
echo "List all todo.txt entries that matches pattern (or all of them"
echo "if no pattern is provided)"
echo
- echo "listall [pattern]"
+ echo "la|lsa|listall [pattern]"
echo "List all done.txt and todo.txt entries that matches pattern (or"
echo "all of them if no pattern is provided)"
echo