dysk: add option placeholders and update more information link (#16421)

This commit is contained in:
Managor
2025-05-09 20:47:19 +03:00
committed by GitHub
parent 814883b7c2
commit 9158ad593e
+5 -5
View File
@@ -1,7 +1,7 @@
# dysk
> Display filesystem information in a table.
> More information: <https://dystroy.org/dysk>.
> More information: <https://manned.org/dysk>.
- Get a standard overview of your usual disks:
@@ -9,16 +9,16 @@
- Sort by free size:
`dysk --sort free`
`dysk {{[-s|--sort]}} free`
- Include only HDD disks:
`dysk --filter 'disk = HDD'`
`dysk {{[-f|--filter]}} 'disk = HDD'`
- Exclude SSD disks:
`dysk --filter 'disk <> SSD'`
`dysk {{[-f|--filter]}} 'disk <> SSD'`
- Display disks with high utilization or low free space:
`dysk --filter 'use > 65% | free < 50G'`
`dysk {{[-f|--filter]}} 'use > 65% | free < 50G'`