Duf Versions Save

Disk Usage/Free Utility - a better 'df' alternative

v0.8.1

2 years ago

Changelog

  • f653b78 Add Debian & Ubuntu installation instructions
  • 1081e04 Add godoc comments and fix linter warnings
  • c834706 Add separate sets of hard- and soft-enforced linters
  • 07ee555 Bump go-wildcard to v1.0.3
  • 9e15624 Bump mango to v0.1.0
  • e98632a Fix mountinfo parsing #153 (#154)
  • d0cfccd Unalias term package
  • 3c55411 Update README badges

v0.8.0

2 years ago

Changelog

  • 067de43 Add 'ansi' theme that uses the terminal's native 4-bit ANSI colors
  • c8418ac Add Go 1.17 build tags
  • dfb7279 Add dependabot config
  • 3fb5666 Add mango-generated man page
  • 0b0a5f3 Bump github.com/jedib0t/go-pretty/v6 from 6.2.4 to 6.2.5
  • fcdf68d Bump termenv to v0.11.0
  • fb2a6e8 Fix manpage workflow branch
  • 0e7f1b0 Generate man page when built with 'mango' build-tag
  • 9d0af04 Update go-wilcard lib #156
  • 161737c table: rename inode-related columns to clarify difference between bytes and inodes. Fixes #94

v0.7.0

2 years ago

Changelog

  • af580c4 Add feedback paragraph to README
  • 4e52b81 Add install instructions on OpenBSD
  • 673a3d1 Add installation instructions for Void Linux
  • 43a3776 Add manpage
  • cfdc735 Bump go-pretty to v6.2.4
  • c170db4 Bump termenv & go-runewidth deps
  • ca80cac Document color-coding/threshold options in README
  • ab73263 Fix goreportcard badge
  • a200812 Hide/show mount points (#107)
  • 7795290 Remove unmaintained snap package
  • ff3529c Replace deprecated terminal package (#126)
  • 8d9557d Update Arch Linux install, in official repos now
  • 7ceb395 add availability and usage threhold option

v0.6.2

3 years ago

Changes

d1d2865 Bump termenv to v0.8.1

v0.6.1

3 years ago

Fixed

c6248ca Add FUSECTL_SUPER_MAGIC to special devices map

Changes

e1b4a2d Bump termenv dependency ac88676 Ignore snaps by default on Linux

v0.6.0

3 years ago

Fixed

c99dcf2 Check rune width for all supported system to prevent broken table eefe880 Evaluate symlinks in paths passed in as user arguments

Added

7b59b1f Feat recognize ramdisk (#91)

Changes

fae79f9 Build binary for ppc64le architecture b59d1d2 Bump go-runewidth to v0.0.10

v0.5.0

3 years ago

Fixed

01459c8 Hide overlay/shm filesystems per default

Added

9335e29 Add support for path arguments to filter output 486c72f Add --only flag to show only specific device groups (#80) 9b59deb Add --warning option

Changes

c0b6f99 Replace individual hide flags with a generic --hide 236e5d9 Add nsfs to special devices

v0.4.0

3 years ago

Fixed

e2c8b42 Fixed table rendering issue

Added

0a93666 Add --hide-fs to hide specific fs types (#38) 288945f Add --theme flag f726dea Add --style flag d797e5f Add Windows build 0c4c730 Build apk packages with goreleaser 7da12e3 Add Termux installation 3a59a64 Display version when called with --version

Changes

f1c1238 Use termenv HasDarkBackground() to determine default

v0.3.1

3 years ago

Fixed

b9f0e24 Prevent usage exceeding 100% for incorrectly reported values

v0.3.0

3 years ago

Fixed

4d0c7e8 Fix not showing inaccessible devices with --all

Added

f73b053 Show or hide specific columns with --output 262f21d List inode information instead of block usage with --inodes 22f2d98 Support for Darwin c8cc3e9 Support for FreeBSD e23f681 Support for OpenBSD

Changes

0d1587d Rely on mount-tab's filesystem type information 158ed59 Rename --hide-loopback to --hide-loops