Right now, we get a table with lines like these:
/Users/alexk/GITREPS/gap-fork/grp/basic.gd 50 69/137
/Users/alexk/GITREPS/gap-fork/grp/basicfp.gi 25 25/100
...
/Users/alexk/GITREPS/gap-fork/lib/zmodnze.gi 0 0/106
/Users/alexk/GITREPS/gap-fork/pkg/4ti2Interface/PackageInfo.g 0 0/1
/Users/alexk/GITREPS/gap-fork/pkg/AutoDoc/PackageInfo.g 0 0/1
...
/Users/alexk/GITREPS/gap-fork/prim/irredsol.gi 0 0/258
/Users/alexk/GITREPS/gap-fork/prim/primitiv.gi 29 177/599
/Users/alexk/GITREPS/gap-fork/small/id10/idgrp10.g 0 0/86
/Users/alexk/GITREPS/gap-fork/small/id2/idgrp2.g 52 113/216
To make navigation easier, it would be nice to hide the commen prefix /Users/alexk/GITREPS/gap-fork/. Moreover, the file hierarchy could be reflected visually, in the simplest case by using some kind of indention. A fancier way to display it could be an outliner resp. a tree view (you know, something like https://github.com/jonmiles/bootstrap-treeview). Then one could also use that to show aggregated data per subdirectory. E.g.:
/Users/alexk/GITREPS/gap-fork/ TOTAL VALUES DISPLAY HERE
grp
basic.gd
basic.gi
...
pkg
4ti2Interface
small
...
Right now, we get a table with lines like these:
To make navigation easier, it would be nice to hide the commen prefix
/Users/alexk/GITREPS/gap-fork/. Moreover, the file hierarchy could be reflected visually, in the simplest case by using some kind of indention. A fancier way to display it could be an outliner resp. a tree view (you know, something like https://github.com/jonmiles/bootstrap-treeview). Then one could also use that to show aggregated data per subdirectory. E.g.: