LinuxCommandLibrary

gitui

Terminal UI for Git.

TLDR

Set the color theme (defaults to theme.ron)

$ gitui --theme [theme]
copy


Store logging output into a cache directory
$ gitui --logging
copy


Use notify-based file system watcher instead of tick-based update
$ gitui --watcher
copy


Generate a bug report
$ gitui --bugreport
copy


Set the Git directory
$ gitui --directory [path/to/directory]
copy


Set the working directory
$ gitui --workdir [path/to/directory]
copy


Display help
$ gitui --help
copy


Display version
$ gitui --version
copy

Copied to clipboard