Skip to content

Commit 1814290

Browse files
committed
feat: Add GitHub CLI Extension pages and gh-sub-issue documentation
1 parent e8b3e36 commit 1814290

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

journals/2025_11_04.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
- Evaluating [GitHub - deathau/markdownload: A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.](https://github.com/deathau/markdownload)
44
- [[Person/Gordon Pedersen]] created - Software developer and maintainer of markdownload browser extension, known online as death.au
55
- [[CursorAI/Feature/Browser Control]] - Created page documenting Cursor's browser control feature through MCP server, allowing AI to interact with web pages directly
6-
- [[Claude Code/EnvVar/CLAUDE_CODE_MAX_OUTPUT_TOKENS/Report/Avoid api error token max on bedrock]] - Created comprehensive research report on handling token limit errors in Claude Code via Amazon Bedrock
6+
- [[Claude Code/EnvVar/CLAUDE_CODE_MAX_OUTPUT_TOKENS/Report/Avoid api error token max on bedrock]] - Created comprehensive research report on handling token limit errors in Claude Code via Amazon Bedrock
7+
- [[GitHub/CLI/Extension]] - Created page for GitHub CLI extensions collection
8+
- [[GitHub/CLI/Extension/gh-sub-issue]] - Created page documenting gh-sub-issue extension for managing sub-issues (child issues) in GitHub
9+
- [[GitHub/CLI]] - Updated to include Extensions section linking to GitHub CLI Extension page

pages/GitHub___CLI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ tags:: [[CLI/Tool]]
1111
- [[GitHub/CLI/EnvVar/GH_TOKEN]]
1212
- `Alternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.`
1313
- See also [[GitHub/CLI/Q/Is it possible to scope gh CLI permissions by directory or repo]]
14+
- ## Extensions
15+
- [[GitHub/CLI/Extension]]
1416
-

pages/GitHub___CLI___Extension.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
alias:: [[GitHub CLI Extensions]], [[gh extension]]
2+
3+
- # GitHub CLI Extensions
4+
- Collection of GitHub CLI extensions
5+
- ## Extensions
6+
- [[GitHub/CLI/Extension/gh-sub-issue]]
7+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# [yahsan2/gh-sub-issue: GitHub CLI extension for managing sub-issues (child issues)](https://github.com/yahsan2/gh-sub-issue)
2+
tags:: [[GitHub/CLI/Extension]], [[CLI/Tool]], [[Go]]
3+
4+
- GitHub CLI extension written in Go that facilitates managing sub-issues (child issues)
5+
- ## Features
6+
- 🔗 Link existing issues - Connect existing issues as sub-issues to a parent issue
7+
- ➕ Create sub-issues - Create new issues directly linked to a parent
8+
- 📋 List sub-issues - View all sub-issues connected to a parent issue
9+
- ❌ Remove sub-issues - Unlink sub-issues from their parent without deleting them
10+
- 🎨 Multiple output formats - Support for TTY (colored), plain text, and JSON output
11+
- 🔄 Cross-repository support - Work with issues across different repositories
12+

0 commit comments

Comments
 (0)