duf
duf copied to clipboard
Disk Usage/Free Utility - a better 'df' alternative
```bash $ duf . ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ 1 network device │ ├────────────┬────────┬───────┬────────┬───────────────────────────────┬──────┬─────────────────────────────┤ │ MOUNTED ON │ SIZE │ USED │ AVAIL │ USE% │ TYPE │ FILESYSTEM │ ├────────────┼────────┼───────┼────────┼───────────────────────────────┼──────┼─────────────────────────────┤ │ /storage01...
When we're not in a terminal but force colors with `CLICOLOR_FORCE=1`, the theme seems to be always set to ansi, regardless of the `--theme` option. The following three commands produce...
I'm in an interactive terminal in a tmux: ``` $ echo $TMUX /tmp/tmux-1000/default,16080,0 $ test -t 1 && echo stdout is a terminal stdout is a terminal ``` But when...
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.7.0 to 0.10.0. Commits edd9fb7 go.mod: update golang.org/x dependencies 88fcf87 term: consistently return zeroes on GetSize error f6de4a1 go.mod: update golang.org/x dependencies 119f703 go.mod: update golang.org/x dependencies...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.7.0 to 0.10.0. Commits a1a9c4b unix/linux: update to Linux kernel 6.4 and Go 1.21rc2 0a92922 windows: make TestSystemModuleVersions more tolerant d1abdad unix/linux: update TUN flags and virtio_net_hdr...
Bumps [github.com/muesli/termenv](https://github.com/muesli/termenv) from 0.15.1 to 0.15.2. Release notes Sourced from github.com/muesli/termenv's releases. v0.15.2 What's Changed build(deps): bump actions/setup-go from 3 to 4 by @dependabot in muesli/termenv#126 build(deps): bump github.com/mattn/go-isatty from...
``` $ time duf ... real 1m30.064s user 0m0.005s sys 0m0.000s $ time dfrs ... real 0m0.002s user 0m0.000s sys 0m0.002s ``` duf always takes 1m30(repeated runs) whereas https://github.com/anthraxx/dfrs is...
i.e, omit the [####................]. For me it's not really useful and takes up a lot of horizontal space. USE% as float% and nicely color coded as it is provides enough...
When accessing a mount point specified with the x-systemd.autmount option in the fstab file, it is mounted on demand by the [systemd.automount](https://www.freedesktop.org/software/systemd/man/systemd.automount.html) feature. Currently, `duf` will attempt to access an...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1. Release notes Sourced from actions/setup-go's releases. v4.0.1 What's Changed Update documentation for v4 by @dsame in actions/setup-go#354 Fix glob bug in the package.json scripts...