Skip to content

Releases: mlange-42/dirstat

dirstat v0.2.2

06 Jan 16:45
Compare
Choose a tag to compare
  • More efficient string length calculation using package utf8 (#38)

dirstat v0.2.1

22 Dec 12:12
80607ef
Compare
Choose a tag to compare
  • Directories in threemap SVG are denoted by trailing slash

dirstat v0.2.0

21 Dec 17:37
Compare
Choose a tag to compare
  • 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

18 Dec 21:11
6b67726
Compare
Choose a tag to compare

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

17 Dec 12:58
Compare
Choose a tag to compare
  • Upgrade to treemap v1.2.3

dirstat v0.1.2

15 Dec 22:25
Compare
Choose a tag to compare