gh-manager-cli 1.21.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +7 -7
- package/dist/index.js +6 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.22.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.21.0...v1.22.0) (2025-09-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* reorganize main UI footer into 4 logical groups ([bf61102](https://github.com/wiiiimm/gh-manager-cli/commit/bf61102745487cc79cf346d8b71bd5361893cc4c))
|
|
7
|
+
|
|
1
8
|
# [1.21.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.20.0...v1.21.0) (2025-09-03)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -89,13 +89,6 @@ On first run, you'll be prompted to authenticate with GitHub (OAuth recommended)
|
|
|
89
89
|
|
|
90
90
|
## Installation
|
|
91
91
|
|
|
92
|
-
### Homebrew (macOS/Linux)
|
|
93
|
-
|
|
94
|
-
```bash
|
|
95
|
-
brew tap wiiiimm/tap
|
|
96
|
-
brew install gh-manager-cli
|
|
97
|
-
```
|
|
98
|
-
|
|
99
92
|
### NPX (Recommended - No Installation Required)
|
|
100
93
|
|
|
101
94
|
Run instantly without installing:
|
|
@@ -104,6 +97,13 @@ Run instantly without installing:
|
|
|
104
97
|
npx gh-manager-cli
|
|
105
98
|
```
|
|
106
99
|
|
|
100
|
+
### Homebrew (macOS/Linux)
|
|
101
|
+
|
|
102
|
+
```bash
|
|
103
|
+
brew tap wiiiimm/tap
|
|
104
|
+
brew install gh-manager-cli
|
|
105
|
+
```
|
|
106
|
+
|
|
107
107
|
### NPM Global Install
|
|
108
108
|
|
|
109
109
|
Install globally for persistent `gh-manager-cli` command:
|
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ var require_package = __commonJS({
|
|
|
30
30
|
"package.json"(exports, module) {
|
|
31
31
|
module.exports = {
|
|
32
32
|
name: "gh-manager-cli",
|
|
33
|
-
version: "1.
|
|
33
|
+
version: "1.22.0",
|
|
34
34
|
private: false,
|
|
35
35
|
description: "Interactive CLI to manage your GitHub repos (personal) with Ink",
|
|
36
36
|
license: "MIT",
|
|
@@ -2562,7 +2562,7 @@ function RepoList({ token, maxVisibleRows, onLogout, viewerLogin, onOrgContextCh
|
|
|
2562
2562
|
setCursor((c) => Math.min(c, Math.max(0, (searchActive ? searchItems.length : items.length) - 1)));
|
|
2563
2563
|
}, [searchActive, searchItems.length, items.length]);
|
|
2564
2564
|
const headerHeight = 2;
|
|
2565
|
-
const footerHeight =
|
|
2565
|
+
const footerHeight = 5;
|
|
2566
2566
|
const containerPadding = 2;
|
|
2567
2567
|
const contentHeight = Math.max(1, availableHeight - headerHeight - footerHeight - containerPadding);
|
|
2568
2568
|
const listHeight = Math.max(1, contentHeight - (filterMode ? 2 : 0) - 2);
|
|
@@ -3100,9 +3100,10 @@ function RepoList({ token, maxVisibleRows, onLogout, viewerLogin, onOrgContextCh
|
|
|
3100
3100
|
] })
|
|
3101
3101
|
] }) }),
|
|
3102
3102
|
/* @__PURE__ */ jsxs15(Box15, { marginTop: 1, paddingX: 1, flexDirection: "column", children: [
|
|
3103
|
-
/* @__PURE__ */ jsx16(Box15, { width: terminalWidth, justifyContent: "center", children: /* @__PURE__ */ jsx16(Text16, { color: "gray", dimColor: modalOpen ? true : void 0, children: "\u2191\u2193 Navigate \u2022
|
|
3104
|
-
/* @__PURE__ */ jsx16(Box15, { width: terminalWidth, justifyContent: "center", children: /* @__PURE__ */ jsx16(Text16, { color: "gray", dimColor: modalOpen ? true : void 0, children: "
|
|
3105
|
-
/* @__PURE__ */ jsx16(Box15, { width: terminalWidth, justifyContent: "center", children: /* @__PURE__ */ jsx16(Text16, { color: "gray", dimColor: modalOpen ? true : void 0, children: "I Info \u2022 C Copy URL \u2022
|
|
3103
|
+
/* @__PURE__ */ jsx16(Box15, { width: terminalWidth, justifyContent: "center", children: /* @__PURE__ */ jsx16(Text16, { color: "gray", dimColor: modalOpen ? true : void 0, children: "\u2191\u2193 Navigate \u2022 Ctrl+G Top \u2022 G Bottom \u2022 \u23CE/O Open \u2022 R Refresh" }) }),
|
|
3104
|
+
/* @__PURE__ */ jsx16(Box15, { width: terminalWidth, justifyContent: "center", children: /* @__PURE__ */ jsx16(Text16, { color: "gray", dimColor: modalOpen ? true : void 0, children: "/ Search \u2022 S Sort \u2022 D Direction \u2022 T Density \u2022 F Fork Status \u2022 V Visibility" }) }),
|
|
3105
|
+
/* @__PURE__ */ jsx16(Box15, { width: terminalWidth, justifyContent: "center", children: /* @__PURE__ */ jsx16(Text16, { color: "gray", dimColor: modalOpen ? true : void 0, children: "I Info \u2022 C Copy URL \u2022 Ctrl+R Rename \u2022 Ctrl+A Un/Archive \u2022 Ctrl+V Change Visibility \u2022 Ctrl+S Sync Fork" }) }),
|
|
3106
|
+
/* @__PURE__ */ jsx16(Box15, { width: terminalWidth, justifyContent: "center", children: /* @__PURE__ */ jsx16(Text16, { color: "gray", dimColor: modalOpen ? true : void 0, children: "K Cache Info \u2022 W Org Switch \u2022 Del/Backspace Delete \u2022 Ctrl+L Logout \u2022 Q Quit" }) })
|
|
3106
3107
|
] }),
|
|
3107
3108
|
process.env.GH_MANAGER_DEBUG === "1" && /* @__PURE__ */ jsxs15(Box15, { marginTop: 1, borderStyle: "single", borderColor: "yellow", paddingX: 1, flexDirection: "column", children: [
|
|
3108
3109
|
/* @__PURE__ */ jsx16(Text16, { bold: true, color: "yellow", children: "Debug Messages:" }),
|