.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH dysk 1 "dysk 2.8.2" .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] [\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=\fIcolor\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=\fIchoice\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=\fIcolumns\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=\fIexpr\fR filter, eg `\-f \*(Aq(size<35G | remote=false) & type=xfs\*(Aq` .TP \fB\-s\fR, \fB\-\-sort\fR=\fIsort\fR [default: size] sort, eg `inodes`, `type\-desc`, or `size\-asc` .TP \fB\-u\fR, \fB\-\-units\fR=\fIunit\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=\fIsep\fR [default: ,] CSV separator .TP [\fIPATH\fR] if provided, only the device holding this path will be shown .SH VERSION v2.8.2 .SH AUTHORS dystroy