recursive-line-count

Version 0.1 revision 0 uploaded by JoeyAdams.

Package meta

Synopsis
Count lines in files and display them hierarchically
Description

This program can be used to count lines of code in a program and display them hierarchically. For example, to tally up lines of Haskell code in a git repository:

git ls-files '*.hs' | recursive-line-count

More precisely, recursive-line-count takes a list of file names on standard input, counts lines in each file, and displays the results in a GtkTreeView.

Note that although this package is BSD3-licensed, it has LGPL dependencies.

Author
Joey Adams
Bug reports
n/a
Category
Tools
Copyright
Copyright (c) Joseph Adams 2012
Homepage
https://github.com/joeyadams/haskell-recursive-line-count
Maintainer
joeyadams3.14159@gmail.com
Package URL
n/a
Stability
n/a

Components