📝 New #blost - "My First Real Bash Script - Timesheet"
A full write up on my bash script mentioned the other day!
📝 New #blost - "My First Real Bash Script - Timesheet"
A full write up on my bash script mentioned the other day!
#Taskwarrior users: how do you use the `start` and `stop` workflow? I want to keep track of tasks that are "in-progress", but it seems that it requires one to `start` a task and then leave it running until it's `done`---stopping a task removes the start date and `task active` no longer shows the task.
An alternative is to use a special tag, like `+wip` that is separate from the `start`/`stop` workflow.
I use #Timewarrior to track the time spent on different tasks.
ROUND 1 Poll 140
Cookie (Ultimate Play The Game)
Moria (Severn Software)
Time Warrior (Spartan Software)
Labyrinth (Christor Buening)
1983 GAME OF THE YEAR
Top two games to go through to next round
#GameoftheYear1983 #ZXSpectrum #SinclairZXSpectrum #RetroGaming
ich sitz ja gerade über der #Einkommenssteuer. Meine Zeiten sind in #timewarrior erfasst. Die Aufgabe: Alle Arbeitstage und alle Tage vor Ort finden.
Mit `jq`:
* `jq '[.[] | {day: (.start | sub("T.*";""))} | .day] | unique | length'` für alle Arbeitstage
* `jq '[.[] | select(.tags[] | contains("on-premise")) | {day: (.start | sub("T.*";""))} | .day] | unique | length'` für die Tage vor Ort.