Files
tldr/pages.zh/common/diskonaut.md

20 lines
447 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# diskonaut
> 终端磁盘空间导航器,使用 Rust 编写。
> 更多信息:<https://github.com/imsnif/diskonaut>。
- 在当前目录中启动 `diskonaut`
`diskonaut`
- 在特定目录中启动 `diskonaut`
`diskonaut {{path/to/directory}}`
- 显示文件大小而不是它们在磁盘上的块使用情况:
`diskonaut --apparent-size {{path/to/directory}}`
- 禁用删除确认:
`diskonaut --disable-delete-confirmation`