No description, website, or topics provided.
C Ragel Makefile Roff
Switch branches/tags
Nothing to show
Permalink
Failed to load latest commit information.
parsers
.gitattributes
.gitignore
.gitlab-ci.yml
GNUmakefile Output only a concise summary of commands during build unless V=1 is set Sep 17, 2017
README.md
configure
extensions.gperf Parse *.ui files as XML Sep 15, 2016
filenames.gperf
hashbangs.gperf
languages.c
languages.h Add support for counting meson.build files Aug 2, 2017
parse.c
parse.h
tally.1
tally.c

README.md

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

make -j8 && sudo make install

License

Copyright (C) 2014-2017 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.