mirror of
https://github.com/kwhittle/obsidian-github-tools.git
synced 2026-07-22 07:44:31 +00:00
stdout.trim() was stripping the leading space from the first line of git status --porcelain output, causing substring(3) to index one char into the filename. Switch to trimEnd() to only strip trailing newlines. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
325 B
JSON
10 lines
325 B
JSON
{
|
|
"id": "github-repo-tools",
|
|
"name": "GitHub Repo Tools",
|
|
"version": "1.0.2",
|
|
"minAppVersion": "1.7.2",
|
|
"description": "Monitor a GitHub repo — staleness alerts, PR dashboard, and activity notifications.",
|
|
"author": "Kyle Whittle",
|
|
"authorUrl": "https://github.com/kry-kylewhittle",
|
|
"isDesktopOnly": true
|
|
}
|