aboutsummaryrefslogtreecommitdiff
path: root/man
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 /man
parentAdd comments to loc(1df) (diff)
downloaddotfiles-919d075e00bee86482d8147a2c846539338d092f.tar.gz
dotfiles-919d075e00bee86482d8147a2c846539338d092f.zip
Add chkl(6)
Diffstat (limited to 'man')
-rw-r--r--man/man6/chkl.6df32
1 files changed, 32 insertions, 0 deletions
diff --git a/man/man6/chkl.6df b/man/man6/chkl.6df
new file mode 100644
index 00000000..091ee9ed
--- /dev/null
+++ b/man/man6/chkl.6df
@@ -0,0 +1,32 @@
+.TH CHKL 6df "January 2017" "Manual page for chkl"
+.SH NAME
+.B chkl
+\- format an ASCII checklist with Unicode symbols
+.SH USAGE
+.B chkl
+.br
+[/] rekt
+.br
+[ ] not rekt
+.br
+^D
+.SH DESCRIPTION
+.B chkl
+replaces ASCII approximations for checkboxes in ticked, crossed, or blank state
+at the start of lines with appropriate Unicode symbols:
+.IP ☐ 0.2i
+Unicode Character 'BALLOT BOX' (U+2610)
+.IP ☑
+Unicode Character 'BALLOT BOX WITH CHECK' (U+2611)
+.IP ☒
+Unicode Character 'BALLOT BOX WITH X' (U+2612)
+.P
+Lines with a leading # will be ignored.
+.SH SEE ALSO
+<http://www.fileformat.info/info/unicode/char/2610/index.htm>
+.br
+<http://www.fileformat.info/info/unicode/char/2611/index.htm>
+.br
+<http://www.fileformat.info/info/unicode/char/2612/index.htm>
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>