Prettifier for the df (diskfree) command in Go.
It highlights volumes with usage above 70% in yellow and above 90% in red.
Using homebrew:
brew tap elentok/stuff
brew install dffUsing go install:
go install github.com/elentok/dff@latestJust run dff (it should be in "$(go env GOPATH)/bin")
- v0.1.1 - Use lipgloss for rendering.
