mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
diskonaut: add page (#5753)
This commit is contained in:
parent
f72f348a03
commit
197c0a1471
1 changed files with 20 additions and 0 deletions
20
pages/common/diskonaut.md
Normal file
20
pages/common/diskonaut.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# diskonaut
|
||||
|
||||
> Terminal disk space navigator, written in Rust.
|
||||
> More information: <https://github.com/imsnif/diskonaut>.
|
||||
|
||||
- Start diskonaut in the current directory:
|
||||
|
||||
`diskonaut`
|
||||
|
||||
- Start diskonaut in a specific directory:
|
||||
|
||||
`diskonaut {{path/to/directory}}`
|
||||
|
||||
- Show file sizes rather than their block usage on the disk:
|
||||
|
||||
`diskonaut --apparent-size {{path/to/directory}}`
|
||||
|
||||
- Disable deletion confirmation:
|
||||
|
||||
`diskonaut --disable-delete-confirmation`
|
Loading…
Add table
Reference in a new issue