Releases: mlange-42/dirstat
Releases · mlange-42/dirstat
dirstat v0.2.2
dirstat v0.2.1
- Directories in threemap SVG are denoted by trailing slash
dirstat v0.2.0
- Plain text output is the root command now
- Include modification time in statistics
- Improved padding for plain text output
- Color scales for size, count and age
- Possibility to apply a cutoff value to only show the top x%
dirstat v0.1.4
Improved plain text directory trees
- Automatic alignment of size and count to maximum name length (#24)
- Improved prefixes for forming the tree (#24)
- Sorting by size or count by use of
--size(#26)
./ .................. 13 MB (24)
├─.github/ .......... 3.3 kB (2)
│ └─workflows/ ...... 3.3 kB (2)
│ ├─release.yml ... 2.6 kB
│ └─tests.yml ..... 699 B
├─cmd/ .............. 11 kB (3)
│ ├─plain.go ........ 1.4 kB
│ ├─root.go ......... 4.8 kB
│ └─treemap.go ...... 5.2 kB
...
dirstat v0.1.3
- Upgrade to
treemapv1.2.3