The recursive-line-count package
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.
Properties
| Version | 0.1 |
|---|---|
| Dependencies | base (4.*), bytestring, containers, filepath, gtk, mtl (≥2), process |
| License | BSD3 |
| 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 repository | git clone git://github.com/joeyadams/haskell-recursive-line-count.git |
| Executables | recursive-line-count |
| Upload date | Mon Apr 2 08:23:45 UTC 2012 |
| Uploaded by | JoeyAdams |
Downloads
- recursive-line-count-0.1.tar.gz (Cabal source package)
- package description (included in the package)