dysk(1) General Commands Manual dysk(1) NAME dysk - the dysk cli as a library SYNOPSIS dysk [--help] [--version] [-a|--all] [--color] [--ascii] [--remote-stats] [--list-cols] [-c|--cols] [-f|--filter] [-s|--sort] [-u|--units] [-j|--json] [--csv] [--csv-separator] [--timeout] [--bar-width] [PATH] DESCRIPTION List your filesystems. Documentation at https://dystroy.org/dysk OPTIONS --help print help information --version print the version -a, --all show all mount points --color [default: auto] whether to have styles and colors [possible values: auto, yes, no] --ascii use only ASCII characters for table rendering --remote-stats [default: auto] fetch stats of remote volumes [possible values: auto, yes, no] --list-cols list the column names which can be used in -s, -f, or -c -c, --cols [default: fs+type+disk+used+use+free+size+mp] columns, eg `-c +inodes` or `-c id+dev+default` -f, --filter filter, eg `-f '(size<35G | remote=false) & type=xfs'` -s, --sort [default: size] sort, eg `inodes`, `type-desc`, or `size-asc` -u, --units [default: SI] units: `SI` (SI norm), `binary` (1024 based), or `bytes` (raw number) -j, --json output as JSON --csv output as CSV --csv-separator [default: ,] CSV separator --timeout timeout to use for some operations, eg `10s` or `5ms` --bar-width [default: 5] width of the progress bar in the 'use' and 'inodes' columns [PATH] if provided, only the device holding this path will be shown VERSION v3.6.1 AUTHORS dystroy dysk 3.6.1 dysk(1)