Skip to content

Commit d560967

Browse files
authored
gitui: update page (#20043)
1 parent 999a3e3 commit d560967

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pages/common/gitui.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22

33
> A lightweight keyboard-only TUI for Git.
44
> See also: `tig`, `git-gui`.
5-
> More information: <https://github.com/extrawurst/gitui>.
5+
> More information: <https://github.com/gitui-org/gitui>.
66
7-
- Specify the color theme (defaults to `theme.ron`):
7+
- Start `gitui` for the repository in the current directory:
88

9-
`gitui --theme {{theme}}`
9+
`gitui`
1010

11-
- Store logging output into a cache directory:
11+
- Specify the filename of the color theme loaded from the config directory (defaults to `theme.ron`):
1212

13-
`gitui --logging`
13+
`gitui {{[-t|--theme]}} {{theme2.ron}}`
14+
15+
- Store logging output into a specific file:
16+
17+
`gitui --logfile {{path/to/file}}`
18+
19+
- Inspect a specific file inside the repository in the current directory:
20+
21+
`gitui {{[-f|--file]}} {{path/to/file}}`
1422

1523
- Use notify-based file system watcher instead of tick-based update:
1624

@@ -22,16 +30,8 @@
2230

2331
- Use a specific Git directory:
2432

25-
`gitui --directory {{path/to/directory}}`
33+
`gitui {{[-d|--directory]}} {{path/to/directory}}`
2634

2735
- Use a specific working directory:
2836

29-
`gitui --workdir {{path/to/directory}}`
30-
31-
- Display help:
32-
33-
`gitui --help`
34-
35-
- Display version:
36-
37-
`gitui --version`
37+
`gitui {{[-w|--workdir]}} {{path/to/directory}}`

0 commit comments

Comments
 (0)