Options (4)
-t, --themebooleanSpecify the filename of the color theme loaded from the config directory (defaults to `theme.ron`)
Example:
gitui {{[-t|--theme]}} {{theme2.ron}}-f, --filebooleanInspect a specific file inside the repository in the current directory
Example:
gitui {{[-f|--file]}} {{path/to/file}}-d, --directorybooleanUse a specific Git directory
Example:
gitui {{[-d|--directory]}} {{path/to/directory}}-w, --workdirbooleanUse a specific working directory
Example:
gitui {{[-w|--workdir]}} {{path/to/directory}}Examples (8)
Start `gitui` for the repository in the current directory
Specify the filename of the color theme loaded from the config directory (defaults to `theme.ron`)
gitui [-t|--theme] theme2.ronStore logging output into a specific file
gitui --logfile path/to/fileInspect a specific file inside the repository in the current directory
gitui [-f|--file] path/to/fileUse notify-based filesystem watcher instead of tick-based update
gitui --watcherGenerate a bug report
gitui --bugreportUse a specific Git directory
gitui [-d|--directory] path/to/directoryUse a specific working directory
gitui [-w|--workdir] path/to/directorymade by @shridhargupta | data from tldr-pages