lsd-rs/lsd

Add total dirsize to `lsd -l`

Open

#112 opened on Jan 25, 2019

View on GitHub
 (3 comments) (3 reactions) (0 assignees)Rust (13,400 stars) (434 forks)batch import
help wantedkind/enhancement

Description

Generally when you use ls -l, the first line of the list is the known size of all the files in the directory. This is just tiny enhancement for people who expect to know the total dir size. Its likely its just a forgotten feature.

Contributor guide