GitButler ⧓

Commands
>_

but tui

Open a live terminal workspace for branches, commits, changes, and diffs.

The GitButler TUI provides a visual experience similar to the GitButler GUI - right in your terminal. For the full workflow and key bindings, see https://docs.gitbutler.com/gitbutler-tui

Environment variables:

BUT_THEME Sets the theme for but. Options: dark, light. [default: detected from the terminal, falling back to dark]

Usage: but tui [TARGET] [OPTIONS]

Arguments

  • <TARGET> — The commit, branch, committed file, or uncommitted file or hunk to select

Options

  • --remember-selection — When the TUI quits save the selection and restore it when re-opening.

If the saved selection cannot be restore the TUI launch normally as if --remember-selection wasn't passed. (default: false)

  • --diff — Automatically show the diff when opening the TUI

Last updated on

On this page

Edit on GitHubGive us feedback