@projmux/darwin-arm64 0.4.4 → 0.4.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 (3) hide show
  1. package/README.md +14 -0
  2. package/bin/projmux +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -147,6 +147,15 @@ The first invocation that sees the env var writes
147
147
  `~/.config/projmux/projdir`, so later shells without the env var still
148
148
  resolve the same root.
149
149
 
150
+ You can also manage the saved value interactively with
151
+ `projmux settings > Project Picker > Project Root`. That screen shows the
152
+ effective primary root and source (`PROJMUX_PROJDIR`, `@projmux_projdir`,
153
+ saved, or not configured), shows when a saved value is shadowed by env/tmux,
154
+ and lets you set a path directly, use the current project context, or clear the
155
+ saved value. When no Project Root is configured, the direct-set prompt starts
156
+ with `$HOME` as an editable fallback; it is not treated as the effective root
157
+ until you save it.
158
+
150
159
  ### From source
151
160
 
152
161
  ```sh
@@ -222,6 +231,11 @@ so a project keeps the same tmux session name across launches.
222
231
  For permanent search-root customization, the Project Picker section also
223
232
  includes:
224
233
 
234
+ - `Project Root` - set, change, or clear the saved primary root. This is the
235
+ one root used as the primary project context; env `PROJMUX_PROJDIR` and tmux
236
+ `@projmux_projdir` override the saved value until unset. If no root is
237
+ configured, the direct-set prompt pre-fills `$HOME` so the picker remains
238
+ usable without inventing an implicit saved root.
225
239
  - `+ Add Workdir...` - append a single directory to the saved workdirs list.
226
240
  - `Workdirs` - review and remove saved workdirs. The same picker also surfaces
227
241
  any active `PROJMUX_MANAGED_ROOTS` / `TMUX_SESSIONIZER_ROOTS` env values as
package/bin/projmux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projmux/darwin-arm64",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "macOS arm64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {