Added symlink support, tweaked usage message
This commit is contained in:
@@ -4,9 +4,10 @@ action=$1
|
|||||||
shift
|
shift
|
||||||
|
|
||||||
[ "$action" = "usage" ] && {
|
[ "$action" = "usage" ] && {
|
||||||
echo " Customized add:"
|
echo " Add and prioritize A:"
|
||||||
echo " adda \"THING I NEED TO DO +project @context\""
|
curcmd=`basename $0`
|
||||||
echo " add an item and prioritize it A in one step"
|
echo " $curcmd \"THING I NEED TO DO +project @context\""
|
||||||
|
echo " Add an item and prioritize it A in one step"
|
||||||
echo ""
|
echo ""
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,9 +4,10 @@ action=$1
|
|||||||
shift
|
shift
|
||||||
|
|
||||||
[ "$action" = "usage" ] && {
|
[ "$action" = "usage" ] && {
|
||||||
echo " Customized add:"
|
echo " Add and do:"
|
||||||
echo " addx \"THING I DID +project @context\""
|
curcmd=`basename $0`
|
||||||
echo " add an item and mark it as done in one step"
|
echo " $curcmd \"THING I DID +project @context\""
|
||||||
|
echo " Add an item and mark it as done in one step"
|
||||||
echo ""
|
echo ""
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user