From 919d075e00bee86482d8147a2c846539338d092f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Jan 2017 22:19:22 +1300 Subject: Add chkl(6) --- games/chkl.sed | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 games/chkl.sed (limited to 'games') 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]\]_☒_ -- cgit v1.2.3