duf: edit page (#12441)

pull/23/head
Fazle Arefin 2024-03-03 03:58:04 +11:00 committed by GitHub
parent 70f5584248
commit 2b0fb364d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -18,3 +18,15 @@
- Sort the output by a specified criteria:
`duf --sort {{size|used|avail|usage}}`
- Show or hide specific filesystems:
`duf --{{only-fs|hide-fs}} {{tmpfs|vfat|ext4|xfs}}`
- Sort the output by key:
`duf --sort {{mountpoint|size|used|avail|usage|inodes|inodes_used|inodes_avail|inodes_usage|type|filesystem}}`
- Change the theme (if `duf` fails to use the right theme):
`duf --theme {{dark|light}}`