Skip to content

JustusAdam/hlinecount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hlinecount

A simple command line tool to count non-empty lines in textfiles.

Installation

  • clone the repo
  • cabal install

Usage

Current command line options:

Help Options:
  -h, --help
    Show option summary.
  --help-all
    Show all help options.

Application Options:
  -r, --recursive ∷ bool
    Scan directories recursively.
    default: true
  -i, --ignore ∷ list<text>
    Ignore these paths.
    default: ".git/","build/","Setup.hs"
  -f, --files ∷ list<text>
    Fileextensions to include in the search.
  --ignore-hidden ∷ bool
    Ignore hidden files.
    default: true
  -p, --profile ∷ list<text>
    Select predefined profiles
    Available profiles are:
    Haskell, Python,
    C, C++, C#, F#, Java
  -c, --comment ∷ list<text>
    Specify comment delimiters

About

Count non-empty code lines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published