aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
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]\]_☒_