Create a time log format
I'm starting to think that maybe I want to do time tracking again in some form to measure how many hours a particular task takes.task id: create-time-log-format
2024-06-13 09:41: just thought up the "timelog" hashtag convention today #create-time-log-format
2024-06-15 10:20: Thinking about reworking the timelog format here. #create-time-log-format
2024-06-15 16:02: Experimenting with timelog querying in SQLite #create-time-log-format #timelog:00:50:31
2024-06-15 16:55: Commandline tool "timelog" made. Good enough for my needs #create-time-log-format
Right now the syntax is
#timelog mm:ss
, but if we include the time in the tag like#timelog:mm:ss
, SQLite would be able to parse it.