fstab50 / xlines

Counts number of lines of code in a project (python3 implementation)
GNU General Public License v3.0
1 stars 1 forks source link

Implement --sort functionality #25

Open fstab50 opened 4 years ago

fstab50 commented 4 years ago

xlines should have the ability to sort output by number of lines:

$ xlines --sum <dir1> <dir2>...  --sort

Must provide ability to sort ascending or descending. Example:

$ xlines --sum <dir1> <dir2>...  --sort ascending ( increasing | decreasing | descending)