flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
943 stars 84 forks source link

Option to add total row to cli table format #98

Open zwrawr opened 6 years ago

zwrawr commented 6 years ago

i.e. going from

Path Physical Source Comment
src/cli.coffee 98 74 7
src/helpers.coffee 26 20 0
src/sloc.coffee 196 142 20
src/formatters/simple.coffee 44 28 7
src/formatters/csv.coffee 25 14 5
src/formatters/cli-table.coffee 22 13 0

to

Path Physical Source Comment
src/cli.coffee 98 74 7
src/helpers.coffee 26 20 0
src/sloc.coffee 196 142 20
src/formatters/simple.coffee 44 28 7
src/formatters/csv.coffee 25 14 5
src/formatters/cli-table.coffee 22 13 0
Total 411 273 39
flosse commented 6 years ago

feel free to open a PR :)