@projmux/darwin-arm64 0.8.4 → 0.9.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/README.md +6 -5
- package/bin/projmux +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ comes back as the *same* conversation — not a fresh one.
|
|
|
45
45
|
- [Node.js](https://nodejs.org/) and npm, for the main install path.
|
|
46
46
|
- [tmux](https://github.com/tmux/tmux/wiki/Installing) **3.4 or newer**.
|
|
47
47
|
|
|
48
|
-
Run `projmux doctor` after installing
|
|
48
|
+
Run `projmux doctor` after installing for read-only local runtime diagnostics.
|
|
49
49
|
|
|
50
50
|
## Install
|
|
51
51
|
|
|
@@ -53,8 +53,8 @@ The npm package shown above installs a small Node.js shim plus the matching
|
|
|
53
53
|
projmux binary for Linux and macOS on x64 or arm64. npm is the primary
|
|
54
54
|
distribution path for normal users.
|
|
55
55
|
|
|
56
|
-
Verify with `projmux version`. Then `projmux doctor`
|
|
57
|
-
(tmux 3.4+ and hook integration health).
|
|
56
|
+
Verify with `projmux version`. Then `projmux doctor` provides read-only local
|
|
57
|
+
runtime diagnostics (tmux 3.4+ and hook integration health).
|
|
58
58
|
|
|
59
59
|
Manual Go, source checkout, GitHub Release, and packaging details live in
|
|
60
60
|
[Install](docs/install.md).
|
|
@@ -81,8 +81,9 @@ defaults. `Alt-7` is an additional editable built-in default. Add aliases in
|
|
|
81
81
|
Settings > Keybindings or `~/.config/projmux/keymap.toml`. If a key does not
|
|
82
82
|
fire, the Darwin release uses a native physical-key adapter automatically
|
|
83
83
|
inside `projmux shell` after one-time macOS Accessibility approval. On other
|
|
84
|
-
paths, run `projmux setup` outside tmux, then use
|
|
85
|
-
--apply` for supported terminal delivery
|
|
84
|
+
paths, run `projmux setup` outside tmux, then use
|
|
85
|
+
`projmux setup terminal [terminal] --apply` for supported terminal delivery
|
|
86
|
+
fallbacks.
|
|
86
87
|
|
|
87
88
|
## Day-To-Day Use
|
|
88
89
|
|
package/bin/projmux
CHANGED
|
Binary file
|