paneful 0.8.0 → 0.8.1
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 +15 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A terminal multiplexer that runs in your browser. Split panes, organize by project, drag and drop from Finder, sync with your editor — all from a single `npm install`.
|
|
4
4
|
|
|
5
|
+
**Website:** [kplates.github.io/paneful](https://kplates.github.io/paneful/)
|
|
6
|
+
|
|
5
7
|

|
|
6
8
|
|
|
7
9
|
## Install
|
|
@@ -41,6 +43,7 @@ Save a workspace layout as a favourite — name, layout preset, and per-pane com
|
|
|
41
43
|
Automatically switches the active project based on which editor window is in focus. Works with VS Code, Cursor, Zed, and Windsurf on macOS. Toggle via the monitor icon in the sidebar header.
|
|
42
44
|
|
|
43
45
|
Requires:
|
|
46
|
+
|
|
44
47
|
1. **Paneful** (native app) or **Terminal** (CLI) added to **System Settings > Privacy & Security > Accessibility**
|
|
45
48
|
2. Editor window title includes the folder name (default in VS Code/Cursor)
|
|
46
49
|
|
|
@@ -76,18 +79,18 @@ Paneful checks for newer versions on npm and shows a notification in the sidebar
|
|
|
76
79
|
|
|
77
80
|
## Keyboard Shortcuts
|
|
78
81
|
|
|
79
|
-
| Shortcut
|
|
80
|
-
|
|
|
81
|
-
| `Cmd+N`
|
|
82
|
-
| `Cmd+Shift+N`
|
|
83
|
-
| `Cmd+W`
|
|
84
|
-
| `Cmd+1-9`
|
|
85
|
-
| `Cmd+Arrow`
|
|
86
|
-
| `Ctrl+Shift+Arrow
|
|
87
|
-
| `Shift+Arrow`
|
|
88
|
-
| `Cmd+D`
|
|
89
|
-
| `Cmd+T`
|
|
90
|
-
| `Cmd+R`
|
|
82
|
+
| Shortcut | Action |
|
|
83
|
+
| ------------------ | ------------------------------- |
|
|
84
|
+
| `Cmd+N` | New pane (vertical split) |
|
|
85
|
+
| `Cmd+Shift+N` | New pane (horizontal split) |
|
|
86
|
+
| `Cmd+W` | Close focused pane |
|
|
87
|
+
| `Cmd+1-9` | Focus pane by index |
|
|
88
|
+
| `Cmd+Arrow` | Line start / end in terminal |
|
|
89
|
+
| `Ctrl+Shift+Arrow` | Move focus to adjacent pane |
|
|
90
|
+
| `Shift+Arrow` | Swap focused pane with adjacent |
|
|
91
|
+
| `Cmd+D` | Toggle sidebar |
|
|
92
|
+
| `Cmd+T` | Cycle through layout presets |
|
|
93
|
+
| `Cmd+R` | Auto reorganize panes |
|
|
91
94
|
|
|
92
95
|
## Layout Presets
|
|
93
96
|
|