timelog

GTimeLog compatible command line tools
git clone https://git.ce9e.org/timelog.git

commit
beaf161ee5baca7ba274b4acb5d5b23d83c51bee
parent
3ede89b84e77f6816ddfcc5d77ea18660b8b5dd2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-02-23 21:22
add timelog edit

Diffstat

M timelog 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/timelog b/timelog

@@ -9,6 +9,8 @@ t=`date '+%F %H:%M'`
    9     9 if [ x"$1" = x"arrive" ]; then
   10    10 	echo >> $log
   11    11 	echo "$t: arrive **" >> $log
   -1    12 elif [ x"$1" = x"edit" ]; then
   -1    13 	$EDITOR $log
   12    14 else
   13    15 	echo "$t: $@" >> $log
   14    16 fi