File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 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
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}} `
You can’t perform that action at this time.
0 commit comments