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 (434 forks)batch import
help wantedkind/enhancement

Repository metrics

Stars
 (13,400 stars)
PR merge metrics
 (Avg merge 34d 3h) (2 merged PRs in 30d)

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