recursive-line-count

Count lines in files and display them hierarchically

https://github.com/joeyadams/haskell-recursive-line-count

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Joey Adams
Maintained by [email protected]

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.