recursive-line-count: Count lines in files and display them hierarchically

[ bsd3, program, tools ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4 && <5), bytestring, containers, filepath, gtk, mtl (>=2), process [details]
License BSD-3-Clause
Copyright Copyright (c) Joseph Adams 2012
Author Joey Adams
Maintainer joeyadams3.14159@gmail.com
Category Tools
Home page https://github.com/joeyadams/haskell-recursive-line-count
Source repo head: git clone git://github.com/joeyadams/haskell-recursive-line-count.git
Uploaded by JoeyAdams at 2012-04-02T08:23:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables recursive-line-count
Downloads 1105 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-25 [all 9 reports]