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.
19
20
21 The extension list is navigated with the arrow keys or with j/k. Space
22 and control+space (or control + j/k) page the list up and down. Exten‐
23 sion readmes can be scrolled with page up/page down keys (fn + arrow
24 up/down on a mac keyboard).
25
26
27 For highlighted extensions, you can press:
28
29
30 • w to open the extension in your web browser
31
32 • i to install the extension
33
34 • r to remove the extension
35
36
37
38 Press / to focus the filter input. Press enter to scroll the results.
39 Press Escape to clear the filter and return to the full list.
40
41
42 Press q to quit.
43
44
45 The output of this command may be difficult to navigate for screen
46 reader users, users operating at high zoom and other users of assistive
47 technology. It is also not advised for automation scripts. We advise
48 those users to use the alternative command:
49
50
51 gh ext search
52
53
54
55 along with gh ext install, gh ext remove, and gh repo view.
56
57
58
60 --debug
61 log to /tmp/extBrowse-*
62
63
64
66 gh-extension(1)
67
68
69
70 Jan 2023 GH-EXTENSION-BROWSE(1)