|
|
@ -13,7 +13,7 @@ fi |
|
|
|
if git rev-parse --show-toplevel &>/dev/null; then |
|
|
|
if git rev-parse --show-toplevel &>/dev/null; then |
|
|
|
$GREP_CMD "^[[:space:]]*[#/\";-]*[[:space:]]*TODO:" . \ |
|
|
|
$GREP_CMD "^[[:space:]]*[#/\";-]*[[:space:]]*TODO:" . \ |
|
|
|
| expand \ |
|
|
|
| expand \ |
|
|
|
| sed -r 's/([[:digit:]]):/\1:@@ /' \ |
|
|
|
| sed -E 's/([[:digit:]]):/\1:@@ /' \ |
|
|
|
| tr -s ' ' \ |
|
|
|
| tr -s ' ' \ |
|
|
|
| column -t -s '@@' |
|
|
|
| column -t -s '@@' |
|
|
|
fi |
|
|
|
fi |
|
|
|