Skip to content

Commit 60978f4

Browse files
committed
docs: add information on cloning
1 parent 2ea3c80 commit 60978f4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ GitHub Assistant for Alfred.
1212
- Search all public GitHub repositories via the keyword `gh`.
1313
+ <kbd>⏎</kbd>: Open the repo's GitHub page.
1414
+ <kbd>⌥⏎</kbd>: Copy the repo URL.
15+
+ <kbd>⌃⏎</kbd>: Shallow clone the repo to a local folder. Optionally,
16+
creates a fork on GitHub with the `gh` cli and prepares the repo for a PR.
1517
+ <kbd>⇧⏎</kbd>: Search the last 100 issues, use <kbd>⏎</kbd> to open the
1618
issue in the browser.
1719
- Quick access the repositories you own via `gg`.
1820
+ <kbd>⏎</kbd>: If the repo is available locally on your device, open it in
1921
Finder. Otherwise, open the repo's GitHub page.
2022
+ <kbd>⌘⏎</kbd>: Open the repo's GitHub page.
2123
+ <kbd>⌥⏎</kbd>: Copy the repo link.
24+
+ <kbd>⌃⏎</kbd>: Shallow clone the repo to a local folder.
2225
+ <kbd>⇧⏎</kbd>: Search the last 100 issues, use <kbd>⏎</kbd> to open the
2326
issue in the browser.
2427
- Open recent GitHub issues you are involved in with `ghi`.

info.plist

+3
Original file line numberDiff line numberDiff line change
@@ -1333,13 +1333,16 @@
13331333
- Search all public GitHub repositories via the keyword `gh`.
13341334
+ &lt;kbd&gt;&lt;/kbd&gt;: Open the repo's GitHub page.
13351335
+ &lt;kbd&gt;⌥⏎&lt;/kbd&gt;: Copy the repo URL.
1336+
+ &lt;kbd&gt;⌃⏎&lt;/kbd&gt;: Shallow clone the repo to a local folder. Optionally,
1337+
creates a fork on GitHub with the `gh` cli and prepares the repo for a PR.
13361338
+ &lt;kbd&gt;⇧⏎&lt;/kbd&gt;: Search the last 100 issues, use &lt;kbd&gt;&lt;/kbd&gt; to open the
13371339
issue in the browser.
13381340
- Quick access the repositories you own via `gg`.
13391341
+ &lt;kbd&gt;&lt;/kbd&gt;: If the repo is available locally on your device, open it in
13401342
Finder. Otherwise, open the repo's GitHub page.
13411343
+ &lt;kbd&gt;⌘⏎&lt;/kbd&gt;: Open the repo's GitHub page.
13421344
+ &lt;kbd&gt;⌥⏎&lt;/kbd&gt;: Copy the repo link.
1345+
+ &lt;kbd&gt;⌃⏎&lt;/kbd&gt;: Shallow clone the repo to a local folder.
13431346
+ &lt;kbd&gt;⇧⏎&lt;/kbd&gt;: Search the last 100 issues, use &lt;kbd&gt;&lt;/kbd&gt; to open the
13441347
issue in the browser.
13451348
- Open recent GitHub issues you are involved in with `ghi`.

0 commit comments

Comments
 (0)