Skip to content

Commit

Permalink
diskonaut: add page (tldr-pages#5753)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waples authored Apr 15, 2021
1 parent f72f348 commit 197c0a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/common/diskonaut.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 197c0a1

Please sign in to comment.