scc icon indicating copy to clipboard operation
scc copied to clipboard

Feature: Get info (max and mean) about characters per line

Open rubenrua opened this issue 5 years ago • 2 comments

More info in https://github.com/XAMPPRocky/tokei/issues/554

rubenrua avatar Jun 04 '20 17:06 rubenrua

Seems like a good thing to add to the wide format.

boyter avatar Jun 05 '20 06:06 boyter

Useful information

80-characters-per-line limits should be terminal, says Linux kernel chief Linus Torvalds

https://www.theregister.com/2020/06/01/linux_5_7/

-----------------------------------------------------------------------------------------------------
 Language            Files        Lines         Code     Comments       Blanks	   MaxLine   MeanLine
----------------------------------------------------------------------------------------------------
 BASH                    4           49           30           10            9		80    	 12
 JSON                    1         1214         1214            0            0	       320    	 55
 Markdown                4         1236         1236            0            0	      	12    	  4
 Rust                   19         3049         2224          431          394	       180    	 34
 Shell                   1           49           38            1           10	       200    	 44
 TOML                    1           79           68            0           11	      	43    	 16
---------------------------------------------------------------------------------------------------
 Total                  30         5676         4810          442          424	       xxx    	xxx
----------------------------------------------------------------------------------------------------

boyter avatar Aug 03 '20 06:08 boyter