← 返回命令列表

Linux command

wizu 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Display current directory tree

wisu

Interactive mode with file icons

wisu -i --icons

Sort by size descending with gitignore support

wisu -g --sort size --reverse

说明

wizu (binary name wisu) is a directory tree viewer offering both a classic tree-like display and a fully interactive TUI. Features include dual display modes, search, theme-aware coloring via LS_COLORS, emoji file icons, gitignore support, multiple sort modes, time-based filtering, and export to CSV, XML, and JSON formats.

参数

-i, --interactive
Launch the interactive TUI browser.
--icons
Render file-type emoji icons next to entries.
-g, --gitignore
Respect `.gitignore` files when walking.
--sort _KEY_
Sort entries by `name`, `size`, `mtime`, etc.
--reverse
Reverse the sort order.
--export _FORMAT_
Export the tree to `csv`, `xml`, or `json`.

FAQ

What is the wizu command used for?

wizu (binary name wisu) is a directory tree viewer offering both a classic tree-like display and a fully interactive TUI. Features include dual display modes, search, theme-aware coloring via LS_COLORS, emoji file icons, gitignore support, multiple sort modes, time-based filtering, and export to CSV, XML, and JSON formats.

How do I run a basic wizu example?

Run `wisu` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -i, --interactive do in wizu?

Launch the interactive TUI browser.