Ask Github: Add file size or LOC 5 points by imd23 12y ago ↗ HN I'd be extremely useful if github displayed the file size or LOC in the folder's index.
[–] dxm 12y ago ↗ GitHub shows the file size and SLOC for each file individually. If you want see the SLOC for an entire project, you could clone it and run something like the following from the root of the project directory: find . -name '*.<ext>' | xargs wc -l
2 comments
[ 3.0 ms ] story [ 12.6 ms ] threadhttps://github.com/contact