diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 22:22:05 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 22:22:05 +0200 |
commit | 7b34d0b0498b5e41cbe00dbeaca0688af86f4111 (patch) | |
tree | a0855eb8f481ac8a59e7d35b77a1d2614489f5e3 | |
parent | 1c38c7bb28d1da6852b41eb72d0ec55e64cfa15e (diff) |
add time tracking dump
-rw-r--r-- | time.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/time.txt b/time.txt new file mode 100644 index 0000000..87e871f --- /dev/null +++ b/time.txt @@ -0,0 +1,10 @@ +# <who>: <when> <how long> <what> +loek: 2024-09-02 1h4m repository scaffolding +loek: 2024-09-03 25m repository scaffolding +loek: 2024-09-03 1h30 repository scaffolding + +# something like this? i'll make a lil' awk script or smth to convert this to a +# nice table or overview in LaTeX later when i feel like it + +# vim:ft=cfg + |