TomasVotruba / lines

CLI tool for quick size measure of PHP project, runs anywhere
https://tomasvotruba.com/blog/easy-and-quick-way-to-measure-lines-of-code-in-php
MIT License
161 stars 4 forks source link

[console] make table width max 60, to ease line readings; cleanup unused view files #31

Closed TomasVotruba closed 1 year ago

TomasVotruba commented 1 year ago

The long lines made it harder to read, what is the text on left and what value matches it. I made it short to improve it :)


Before

image


Now :rocket:

image