tldr/pages/common/gitui.md

37 lines
583 B
Markdown

# gitui
> Terminal UI for Git.
> More information: <https://github.com/extrawurst/gitui>.
- Set the color theme (defaults to `theme.ron`):
`gitui --theme {{theme}}`
- Store logging output into a cache directory:
`gitui --logging`
- Use notify-based file system watcher instead of tick-based update:
`gitui --watcher`
- Generate a bug report:
`gitui --bugreport`
- Set the Git directory:
`gitui --directory {{path/to/directory}}`
- Set the working directory:
`gitui --workdir {{path/to/directory}}`
- Display help:
`gitui --help`
- Display version:
`gitui --version`