dev-perso: check for a TODO list and print first 5 items
This commit is contained in:
Vendored
+6
@@ -131,9 +131,15 @@ dev() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# check for a TODO list
|
||||||
|
for f in TODO TODO.org; do
|
||||||
|
test -e "$f" && grep '^* ' "$f" | grep --color=always ' TODO ' | head -5 && break
|
||||||
|
done
|
||||||
|
|
||||||
DEVUPCMD=""
|
DEVUPCMD=""
|
||||||
|
|
||||||
# source the specific profile file
|
# source the specific profile file
|
||||||
|
# (which will likely cd to the checkout directory)
|
||||||
test -f .profile && . .profile
|
test -f .profile && . .profile
|
||||||
|
|
||||||
# if no editor defined, set one
|
# if no editor defined, set one
|
||||||
|
|||||||
Reference in New Issue
Block a user