Migrate to rcm

This commit is contained in:
2020-08-12 02:29:03 +04:00
parent d1b5037e15
commit 547a5b9f84
334 changed files with 3905 additions and 4270 deletions

7
notion/statusd_timeledger Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
CURRENT_TASK=$(cd ~/.work-ledger && ./bin/ledger bal -p today --depth 1 ^Work | sed 's/\s\+/ /g')
echo $CURRENT_TASK
exit 0