@errhythm/gitmux 1.6.2 → 1.6.5

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.
Files changed (2) hide show
  1. package/README.md +10 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,12 +3,12 @@
3
3
  Multi-repo Git & GitLab workflow CLI — switch branches, manage epics & issues, create MRs, all from the terminal.
4
4
 
5
5
  ```
6
- ██████╗ ███████╗██╗ ██╗███╗ ██╗ ██████╗
7
- ██╔════╝ ██╔════╝╚██╗ ██╔╝████╗ ██║██╔════╝
8
- ██║ ███╗███████╗ ╚████╔╝ ██╔██╗ ██║██║
9
- ██║ ██║╚════██║ ╚██╔╝ ██║╚██╗██║██║
10
- ╚██████╔╝███████║ ██║ ██║ ╚████║╚██████╗
11
- ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═════╝
6
+ ██████╗ ██╗████████╗███╗ ███╗██╗ ██╗██╗ ██╗
7
+ ██╔════╝ ██║╚══██╔══╝████╗ ████║██║ ██║╚██╗██╔╝
8
+ ██║ ███╗██║ ██║ ██╔████╔██║██║ ██║ ╚███╔╝
9
+ ██║ ██║██║ ██║ ██║╚██╔╝██║██║ ██║ ██╔██╗
10
+ ╚██████╔╝██║ ██║ ██║ ╚═╝ ██║╚██████╔╝██╔╝ ██╗
11
+ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
12
12
  ```
13
13
 
14
14
  `gitmux` finds every `.git` repository up to 4 levels deep from your current folder and lets you act on all of them at once — branch switching, status checks, fetch, GitLab merge requests, and a full GitLab development portal (epics, issues, branches) — all from a single interactive TUI.
@@ -38,10 +38,12 @@ Made by E.R.Rhythm.
38
38
  ## Installation
39
39
 
40
40
  ```bash
41
- npm install -g @rhythm/gitmux
41
+ npm install -g @errhythm/gitmux
42
42
  ```
43
43
 
44
- *(Requires Node.js 18+)*
44
+ *(Requires Node.js 22.13+)*
45
+
46
+ Both `gitmux` and the shorter alias `gmux` are available after install.
45
47
 
46
48
  ## Usage
47
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@errhythm/gitmux",
3
- "version": "1.6.2",
3
+ "version": "1.6.5",
4
4
  "description": "Multi-repo Git & GitLab workflow CLI — switch branches, manage epics & issues, create MRs, all from the terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "src"
13
13
  ],
14
14
  "engines": {
15
- "node": ">=18"
15
+ "node": ">=22.13.0"
16
16
  },
17
17
  "keywords": [
18
18
  "git",