You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: info.plist
+15-12
Original file line number
Diff line number
Diff line change
@@ -1333,29 +1333,32 @@
1333
1333
- Search all public GitHub repositories via the keyword `gh`.
1334
1334
+ <kbd>⏎</kbd>: Open the repo's GitHub page.
1335
1335
+ <kbd>⌥⏎</kbd>: Copy the repo URL.
1336
-
+ <kbd>⌃⏎</kbd>: Shallow clone the repo to a local folder. Optionally, creates a fork on GitHub with the `gh` cli and prepares the repo for a PR.
1336
+
+ <kbd>⌃⏎</kbd>: Shallow clone the repo to a local folder and open in the Terminal. Optionally, creates a fork on GitHub with the `gh` cli and prepares the repo for a PR.
1337
1337
+ <kbd>⇧⏎</kbd>: Search the last 100 issues, use <kbd>⏎</kbd> to open the issue in the browser.
1338
1338
- Quick access the repositories you own via `gg`.
1339
1339
+ <kbd>⏎</kbd>: If the repo is available locally on your device, open it in Finder. Otherwise, open the repo's GitHub page.
1340
1340
+ <kbd>⌘⏎</kbd>: Open the repo's GitHub page.
1341
1341
+ <kbd>⌥⏎</kbd>: Copy the repo link.
1342
-
+ <kbd>⌃⏎</kbd>: Shallow clone the repo to a local folder.
1342
+
+ <kbd>⌃⏎</kbd>: Shallow clone the repo to a local folder and open in the Terminal. If the repo is already locally available on your device, just open the repository in the Terminal.
1343
1343
+ <kbd>⇧⏎</kbd>: Search the last 100 issues, use <kbd>⏎</kbd> to open the issue in the browser.
1344
1344
- Open recent GitHub issues you are involved in with `ghi`.
1345
1345
+ <kbd>⏎</kbd>: Open the issue in the browser.
1346
1346
+ <kbd>⌥⏎</kbd>: Copy the issue URL.
1347
1347
- Access Pull Requests (PRs) you have opened with the keyword `gpr`.
1348
1348
+ <kbd>⏎</kbd>: Open the PR in the browser.
1349
1349
+ <kbd>⌥⏎</kbd>: Copy the link to the PR.
1350
-
- Directly open your GitHub notification via `gn`. (Requires that you export a
1351
-
`$GITHUB_TOKEN` set in your `.zshenv`.)
1350
+
- Directly open your GitHub notification via `gn`. (Requires that you export a `$GITHUB_TOKEN` set in your `.zshenv`.)
1352
1351
+ <kbd>⏎</kbd>: Open the notification in the browser.
1353
1352
+ <kbd>⌘⏎</kbd>: Mark the notification as read.
1354
1353
+ <kbd>⌥⏎</kbd>: Copy the URL of the notification target.
1355
1354
1356
1355
---
1357
1356
1358
-
Created by [Chris Grieser](https://chris-grieser.de/).</string>
1357
+
#### ⭐️ [Star on GitHub](https://github.com/chrisgrieser/gitfred)
1358
+
1359
+
---
1360
+
1361
+
#### Created by [Chris Grieser](https://chris-grieser.de/).</string>
1359
1362
<key>uidata</key>
1360
1363
<dict>
1361
1364
<key>06CC5118-3CAE-427B-928D-48B78C81B6B6</key>
@@ -1700,9 +1703,9 @@ Created by [Chris Grieser](https://chris-grieser.de/).</string>
1700
1703
<true/>
1701
1704
</dict>
1702
1705
<key>description</key>
1703
-
<string></string>
1706
+
<string>Number of results. (Maximum 100, a high number takes longer to load.)</string>
1704
1707
<key>label</key>
1705
-
<string>results in issue search</string>
1708
+
<string>Issue Search</string>
1706
1709
<key>type</key>
1707
1710
<string>textfield</string>
1708
1711
<key>variable</key>
@@ -1721,9 +1724,9 @@ Created by [Chris Grieser](https://chris-grieser.de/).</string>
1721
1724
<true/>
1722
1725
</dict>
1723
1726
<key>description</key>
1724
-
<string>Folder where repositories should be cloned to.</string>
1727
+
<string>Local folder where repositories should be cloned to.</string>
1725
1728
<key>label</key>
1726
-
<string>Local Repo Folder</string>
1729
+
<string>Cloning</string>
1727
1730
<key>type</key>
1728
1731
<string>filepicker</string>
1729
1732
<key>variable</key>
@@ -1737,12 +1740,12 @@ Created by [Chris Grieser](https://chris-grieser.de/).</string>
1737
1740
<key>required</key>
1738
1741
<false/>
1739
1742
<key>text</key>
1740
-
<string></string>
1743
+
<string>fork when not owner</string>
1741
1744
</dict>
1742
1745
<key>description</key>
1743
-
<string>When closing a repository that you are not the owner of, also create a fork an prepare the repo for e PR. (Requires the `gh` cli.)</string>
1746
+
<string>When cloning a repository that you do not own, also create a fork an prepare the repo for e PR. (Requires the `gh` cli.)</string>
0 commit comments