You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`asciify`: converts to ASCII using [anyascii](https://github.com/anyascii/anyascii)
9
-
-`asciitable`: prints out an table of ASCII characters
10
-
-`bytecount`: counts the number of occurrences of each byte
11
-
-`certinfo`: print info about an x509 (aka SSL/HTTPS) certificate
12
-
-`hexdumpc`: generate canonical hexdump (`hexdump -C`) output in case you don't have [`hexdump`](https://man7.org/linux/man-pages/man1/hexdump.1.html) installed
13
-
-`unicount`: count Unicode codepoints in a file
14
-
-`uniwhat`: print the names of each Unicode character in a file
8
+
-[asciify](cmd/asciify/README.md): converts to ASCII using [anyascii](https://github.com/anyascii/anyascii)
9
+
-[asciitable](cmd/asciitable/README.md): prints out an table of ASCII characters
10
+
-[bytecount](cmd/bytecount/README.md): counts the number of occurrences of each byte
11
+
-[certinfo](cmd/certinfo/README.md): print info about an x509 (aka SSL/HTTPS) certificate
0 commit comments