paneful 0.9.14 → 0.9.16
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 +5 -2
- package/dist/web/assets/index-BO_xZPlW.js +87 -0
- package/dist/web/index.html +1 -1
- package/package.json +2 -2
- package/dist/web/assets/index-CdtZ4YzM.js +0 -515
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Paneful
|
|
2
2
|
|
|
3
|
-
A fast, GPU-accelerated terminal
|
|
3
|
+
A fast, GPU-accelerated terminal manager with split panes, project organization, editor sync, and automatic AI agent and dev server detection. Runs as a native macOS app or in the browser. One `npm install`, no config.
|
|
4
4
|
|
|
5
5
|
**Website:** [paneful.dev](https://paneful.dev)
|
|
6
6
|
|
|
@@ -97,10 +97,13 @@ A folder picker dialog lets you choose the install location (defaults to `/Appli
|
|
|
97
97
|
|
|
98
98
|
Install the [Paneful extension](https://marketplace.visualstudio.com/items?itemName=kplates.paneful-vscode) from the VS Code Marketplace. Works with VS Code, Cursor, and other VS Code-based editors.
|
|
99
99
|
|
|
100
|
-
**Commands** (via Command Palette):
|
|
100
|
+
**Commands** (via Command Palette or right-click context menu):
|
|
101
101
|
|
|
102
102
|
- **Paneful: Spawn project** — Creates or activates a Paneful project for the current workspace folder.
|
|
103
103
|
- **Paneful: Send open file paths** — Sends all open editor file paths to the focused Paneful terminal.
|
|
104
|
+
- **Paneful: Send current file path** — Sends the active editor's file path.
|
|
105
|
+
- **Paneful: Send selection** — Sends selected text with file path and line numbers.
|
|
106
|
+
- **Paneful: Send path** — Sends a file or folder path from the explorer.
|
|
104
107
|
|
|
105
108
|
### Updating
|
|
106
109
|
|