--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/b Wed Jul 29 18:14:24 2020 -0400
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -euo pipefail
+
+python ~/src/t/t.py --task-dir ./ --list TODO "$@"
--- a/hgrc Wed Jul 29 18:14:01 2020 -0400
+++ b/hgrc Wed Jul 29 18:14:24 2020 -0400
@@ -122,9 +122,10 @@
# Commit message shortcuts.
cm = commit -m
-cus = commit -m 'Update subrepository state.'
-cmm = commit -m 'Merge.'
-cb = commit -m 'Close branch.' --close-branch
+cus = commit -m 'Update subrepository state'
+cmm = commit -m 'Merge'
+cmt = commit -m 'Update TODO'
+cb = commit -m 'Close branch' --close-branch
# Merge shortcuts.
mergelocal = !$HG --config ui.merge=internal:local merge $@
--- a/restic/excludes.txt Wed Jul 29 18:14:01 2020 -0400
+++ b/restic/excludes.txt Wed Jul 29 18:14:24 2020 -0400
@@ -31,4 +31,6 @@
/home/sjl/src/abcl
/home/sjl/src/arduino
/home/sjl/src/dotfiles/vim/tmp
+/home/sjl/Pictures/Webcam
+/home/sjl/Pictures/darktable_export
cache2
--- a/servers/bin/freqs Wed Jul 29 18:14:01 2020 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../bin/freqs
\ No newline at end of file
--- a/servers/bin/hist Wed Jul 29 18:14:01 2020 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../bin/hist
\ No newline at end of file
--- a/servers/bin/props Wed Jul 29 18:14:01 2020 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../bin/props
\ No newline at end of file