UNPKG

print-nonascii

Version:

UNIX CLI that prints lines that contain non-ASCII characters.

16 lines (10 loc) 767 B
# Changelog Versioning complies with [semantic versioning (semver)](http://semver.org/). <!-- RETAIN THIS COMMENT. An entry template for a new version is automatically added each time `make version` is called. Fill in changes afterward. --> * **[v0.0.3](https://github.com/mklement0/print-nonascii/compare/v0.0.2...v0.0.3)** (2017-09-11): * [enhancement] Header lines are now only printed for input files that produce at least 1 output line. * **[v0.0.2](https://github.com/mklement0/print-nonascii/compare/v0.0.1...v0.0.2)** (2017-09-10): * [fix] Header line is no longer printed twice when `--<mode>` is combined with `--raw`. * Header line now uses a tab char. to separate prefix `###` from the filename. * **v0.0.1** (2017-09-10): * Initial release.