aboutsummaryrefslogblamecommitdiff
path: root/games/chkl.sed
blob: 6e4b1c776304bcad41ae00ac3d4d399d408920eb (plain) (tree)
1
2
3
4
5




                                                                         
# Change an ASCII checklist with [/], [x], and [ ] boxes to a Unicode one
/^#/d
s_^\[ \]_☐_
s_^\[/\]_☑_
s_^\[[xX]\]_☒_