Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/marketplace-new-extensions-sept4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
18 changes: 18 additions & 0 deletions website/src/data/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ export type ExtensionEntry = ExtensionListing & ExtensionActivity;
* it with the sort control.
*/
export const EXTENSION_CATALOG: readonly ExtensionListing[] = [
{
repo: "modem-dev/hunk-gh",
name: "hunk-gh",
summary:
"Opens a GitHub pull request, commit, or comparison diff in Hunk straight from the command line, without installing the GitHub CLI.",
categories: ["Command"],
version: "0.1.0",
apiVersion: 10,
},
{
repo: "modem-dev/hunk-hg",
name: "hunk-hg",
Expand Down Expand Up @@ -148,6 +157,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [
version: "0.1.0",
apiVersion: 6,
},
{
repo: "jacegodk/hunk-viewed",
name: "hunk-viewed",
summary:
"GitLab-style viewed marks: fold viewed files, browse one at a time, and skip what's already reviewed, with marks kept between runs.",
categories: ["Pane", "File view", "Command", "Keyboard mode"],
version: "0.1.0",
apiVersion: 16,
},
{
repo: "joshedler/hunk-git-lite",
name: "hunk-git-lite",
Expand Down
Loading