🐈 wildcat
🗣 Overview
wildcat
counts the lines, words, characters, and bytes of the given files and the files in the given directories.
Also, it respects the ignore files, such as .gitignore
.
The excellent points than wc
are as follows.
- handles the files in the directories,
- respects the
.gitignore
file, - reads files in the archive file such as jar, tar.gz, and etc.,
- supports the several output formats,
- accepts file list from file and stdin, and
- includes REST API server.
Note that this product is an example project for implementing Open Source Software.