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