forked from Gitlink/gitlink-cli
Cross-platform improvements: - Config/credential paths now use platform-aware directories: Windows (%APPDATA%), macOS (~/Library/Application Support), Linux (XDG_CONFIG_HOME) instead of hardcoded ~/.config - npm install script: add retry (3x), HTTP proxy support (HTTP_PROXY/HTTPS_PROXY), download progress indicator, Windows tar fallback extraction - Makefile: add cross-build (6 platforms), checksums (SHA256), lint targets - Release workflow: auto-detect Go version from go.mod, upload SHA256 checksums New API shortcut groups (36 sub-commands across 7 domains): - collaborator: +list, +add, +remove, +change-role - tag: +list, +view, +delete - milestone: +list, +create, +view, +update, +delete, +close - file: +get, +readme, +create, +update, +delete, +tree, +blob - commit: +list, +view, +diff, +blame, +compare - label: +list, +create, +update, +delete, +priorities, +statuses, +authors, +assigners - sshkey: +list, +create, +delete Total shortcut commands increased from ~50 to ~86 (+72% coverage). |
||
|---|---|---|
| .. | ||
| config.go | ||