= 1024) {
$event.preventDefault();
const i = slugs.indexOf($wire.preview);
const next = $event.key === 'ArrowDown' ? Math.min(i + 1, slugs.length - 1) : Math.max(i - 1, 0);
if (next !== i && slugs[next]) $wire.openPreview(slugs[next]);
}
">
Installation Guides
11
Knowledge Base
308 copy-ready commands with fill-in variables, plus step-by-step installation guides.
/
Categories
8 results
= 1024) { $event.preventDefault(); $wire.openPreview('gh-pr-create') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-pr-create') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
Create a Pull Request
gh pr create --base {{base_branch}} --title "{{title}}" --body "{{body}}"
#gh
#github
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('gh-pr-list') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-pr-list') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
List Open Pull Requests
gh pr list --state {{state}} --limit {{limit}}
#gh
#github
4 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('gh-pr-view') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-pr-view') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
View a Pull Request as JSON
gh pr view {{pr_number}} --json title,body,state,additions,deletions,changedFile...
#gh
#github
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('gh-pr-checkout') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-pr-checkout') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
Check Out a Pull Request Locally
gh pr checkout {{pr_number}}
#gh
#github
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('gh-issue-create') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-issue-create') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
Create a GitHub Issue
gh issue create --title "{{title}}" --body "{{body}}" --label "{{labels}}"
#gh
#github
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('gh-repo-clone') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-repo-clone') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
Clone a Repository
gh repo clone {{org}}/{{repo}} {{local_dir}}
#gh
#github
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('gh-workflow-run') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-workflow-run') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
Trigger a GitHub Actions Workflow
gh workflow run {{workflow_file}} --ref {{branch}}
#gh
#github
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('gh-release-create') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('gh-release-create') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
GitHub CLI
Create a GitHub Release
gh release create {{tag}} --title "{{release_title}}" --notes "{{notes}}" --targ...
#gh
#github
3 views
0 copies