Skip to content

kaihendry/graphsloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db1996a Β· Dec 17, 2022

History

19 Commits
Dec 17, 2022
Sep 21, 2022
Mar 4, 2016

Repository files navigation

Graph SLOC πŸš€

Update: Rewritten in Go https://github.com/kaihendry/lesshero ..though much slower due to go-git 😭

Usage example:

$ ./collect-stats.sh ~/suckless/dwm
1645 git commits
Progress : [########################################] 100%
./plot.sh dwm-3465bed.csv | gnuplot > dwm-3465bed.csv.svg
$ ./plot.sh dwm-3465bed.csv | gnuplot > dwm-3465bed.csv.svg
$ google-chrome-unstable dwm-3465bed.csv.svg

Using a "proper" SLOC counter

sloc of dwm

Using a proper SLOC counter is slow!

Using git show --numstat

lines of dwm

Conclusion

The trend (shape of the graph) is the same so I don't think it's worth counting or debating what is a SLOC.

SUCK LESS! Remember going down is better than up! Flat means stable.

Releases

No releases published

Packages

No packages published

Languages