2023-10-15 21:08:32 +01:00
|
|
|
# gitui
|
|
|
|
|
|
|
|
> Terminal UI for Git.
|
|
|
|
> More information: <https://github.com/extrawurst/gitui>.
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Specify the color theme (defaults to `theme.ron`):
|
2023-10-15 21:08:32 +01:00
|
|
|
|
|
|
|
`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`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Use a specific Git directory:
|
2023-10-15 21:08:32 +01:00
|
|
|
|
|
|
|
`gitui --directory {{path/to/directory}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Use a specific working directory:
|
2023-10-15 21:08:32 +01:00
|
|
|
|
|
|
|
`gitui --workdir {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`gitui --help`
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`gitui --version`
|