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
37 gh ext search
38
39
40
41 along with gh ext install, gh ext remove, and gh repo view.
42
43
44
46 --debug
47 log to /tmp/extBrowse-*
48
49
50 -s, --single-column
51 Render TUI with only one column of text
52
53
54
56 gh-extension(1)
57
58
59
60 Oct 2023 GH-EXTENSION-BROWSE(1)