Use relative rather than absolute filename in status message
This commit is contained in:
2
todo.sh
2
todo.sh
@@ -407,7 +407,7 @@ _list() {
|
|||||||
if [ $TODOTXT_VERBOSE == 1 ]; then
|
if [ $TODOTXT_VERBOSE == 1 ]; then
|
||||||
NUMTASKS=$( echo -e "$command" | wc -l | sed 's/ .*//' )
|
NUMTASKS=$( echo -e "$command" | wc -l | sed 's/ .*//' )
|
||||||
echo "--"
|
echo "--"
|
||||||
echo "TODO: $NUMTASKS of $LINES tasks shown from $src"
|
echo "TODO: $NUMTASKS of $LINES tasks shown from $FILE"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user