Contents

gitui 0.21.0

Installed
This software should be available with no extra configuration.

gitui-0.21.0

Features

  • Fast and intuitive keyboard only control
  • Context based help (no need to memorize tons of hot-keys)
  • Inspect, commit, and amend changes (incl. hooks: pre-commit,commit-msg,post-commit)
  • Stage, unstage, revert and reset files, hunks and lines
  • Stashing (save, pop, apply, drop, and inspect)
  • Push/Fetch to/from remote
  • Branch List (create, rename, delete, checkout, remotes)
  • Browse commit log, diff committed changes
  • Scalable terminal UI layout
  • Async git API for fluid control
  • Submodule support

Location and version

1
2
3
4
$ which gitui
/local/cluster/bin/gitui
$ gitui --version
gitui 0.21.0

help message

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
$ gitui --help
gitui 0.21.0
extrawurst <mail@rusticorn.com>
blazing fast terminal-ui for git

USAGE:
    gitui [OPTIONS]

OPTIONS:
        --bugreport                Generate a bug report
    -d, --directory <directory>    Set the git directory [env: GIT_DIR=]
    -h, --help                     Print help information
    -l, --logging                  Stores logging output into a cache directory
    -t, --theme <THEME>            Set the color theme (defaults to theme.ron)
    -V, --version                  Print version information
    -w, --workdir <workdir>        Set the working directory [env: GIT_WORK_TREE=]

software ref: https://github.com/extrawurst/gitui
research ref: <>