A simple command-line SLOC counter.
Note: Tally currently only works with GNU libc. This is only for convenience during early development. The intention is to eventually be portable to any POSIX.1-2008 compliant OS.
git clone https://gitlab.com/craigbarnes/tally.git
cd tally
make && sudo make install
Copyright (C) 2014-2024 Craig Barnes
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.