1GH-EXTENSION-BROWSE(1) GitHub CLI manual GH-EXTENSION-BROWSE(1)
2
3
4
6 gh-extension-browse - Enter a UI for browsing, adding, and removing ex‐
7 tensions
8
9
10
12 gh extension browse [flags]
13
14
15
17 This command will take over your terminal and run a fully interactive
18 interface for browsing, adding, and removing gh extensions. A terminal
19 width greater than 100 columns is recommended.
20
21
22 To learn how to control this interface, press ? after running to see
23 the help text.
24
25
26 Press q to quit.
27
28
29 Running this command with --single-column should make this command more
30 intelligible for users who rely on assistive technology like screen
31 readers or high zoom.
32
33
34 For a more traditional way to discover extensions, see:
35
36 gh ext search
37
38
39
40 along with gh ext install, gh ext remove, and gh repo view.
41
42
43
45 --debug
46 log to /tmp/extBrowse-*
47
48
49 -s, --single-column
50 Render TUI with only one column of text
51
52
53
55 gh-extension(1)
56
57
58
59 Nov 2023 GH-EXTENSION-BROWSE(1)