aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-02 22:19:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-02 22:24:29 +1300
commit919d075e00bee86482d8147a2c846539338d092f (patch)
tree41a7985fe4089b815cc9f8147d41e5541e466451 /games
parentAdd comments to loc(1df) (diff)
downloaddotfiles-919d075e00bee86482d8147a2c846539338d092f.tar.gz
dotfiles-919d075e00bee86482d8147a2c846539338d092f.zip
Add chkl(6)
Diffstat (limited to 'games')
-rw-r--r--games/chkl.sed6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/chkl.sed b/games/chkl.sed
new file mode 100644
index 00000000..40c35cee
--- /dev/null
+++ b/games/chkl.sed
@@ -0,0 +1,6 @@
+#!/bin/sed -f
+# Change an ASCII checklist with [/], [x], and [ ] boxes to a Unicode one
+/^#/d
+s_^\[ \]_☐_
+s_^\[/\]_☑_
+s_^\[[xX]\]_☒_