Skip to content

Tally physical lines of source code in a directory or repo

Notifications You must be signed in to change notification settings

ahmedsaheed/tally

Repository files navigation

tally

tally is a CLI tool that counts the physical lines of source code in most programming languages within a directory or GitHub repository.

Installation

brew install ahmedsaheed/tally/tally

Usage

$ tally --help 

Tally Usage:
  tally [directory|github-repo] [flags] 

Flags:
  -r, --remote    Tally up a public github repository  
  -b, --blame     Tally a directory and show all file counts per language 
  -h, --help      Help for tally
  -x, --html      Generate an html report
Screenshot 2024-08-12 at 15 52 37