Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.21 KB

Tally

A simple command-line SLOC counter.

Requirements

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.

Installation

git clone https://gitlab.com/craigbarnes/tally.git
cd tally
make && sudo make install

License

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.