← 返回命令列表

Linux command

gitui 命令

文本

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

常用示例

Start GitUI

gitui

Start in specific directory

gitui -d [path]

Use custom theme

gitui --theme [theme.ron]

说明

gitui is a fast terminal UI for Git. It provides a keyboard-driven interface for staging, committing, branching, and viewing diffs, all within the terminal. Written in Rust, gitui is lightweight and responsive. It displays status, log, diff, and staging information in a split-pane interface with vim-like key bindings.

参数

-d _PATH_, --directory _PATH_
Repository directory.
--theme _FILE_
Theme file.
--polling
Enable polling for changes.
-l _FILE_, --logging _FILE_
Log file path.
--help
Display help information.

FAQ

What is the gitui command used for?

gitui is a fast terminal UI for Git. It provides a keyboard-driven interface for staging, committing, branching, and viewing diffs, all within the terminal. Written in Rust, gitui is lightweight and responsive. It displays status, log, diff, and staging information in a split-pane interface with vim-like key bindings.

How do I run a basic gitui example?

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

What does -d _PATH_, --directory _PATH_ do in gitui?

Repository directory.