Skip to content

Releases: bryan-lott/char-check

Read in from STDIN - v1.1.2

20 Jun 19:40

Choose a tag to compare

Primarily a bugfix to actually be able to read from stdin.

If a filename is provided (no -f needed now), read from that.
Otherwise, assume we're going to read from standard in.

m0ar char - v1.1.0

17 Jun 23:47

Choose a tag to compare

Add:

  • -i argument - reading from stdin i.e., unix pipes
  • -h argument - cli argument summary
  • -6 argument - hex character set [a-f0-9]
  • -p argument - common punctuation [.,?!&-'";:]
  • -s argument - symbols [```~!@#$%^&_-+*/=(){}[]|\:;"'<,>.?}]

Reticulating Splines - v1.0.0

17 Jun 19:19

Choose a tag to compare

Initial release, all tests pass.
Character classes included:

  • Lowercase letters [a-z]
  • Uppercase letters [A-Z]
  • Numbers [0-9]