Florian B пре 3 година
родитељ
комит
197c0a1471
1 измењених фајлова са 20 додато и 0 уклоњено
  1. 20 0
      pages/common/diskonaut.md

+ 20 - 0
pages/common/diskonaut.md

@@ -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`