Paneful for VS Code
Companion extension for Paneful — a terminal multiplexer for developers.
Requirements
Paneful must be installed and running. See the GitHub repo for installation instructions.
Commands
Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P) and run:
- Paneful: Spawn project — Creates or activates a Paneful project for the current workspace folder.
- Paneful: Send open file paths — Sends the file paths of all open editor tabs to the focused Paneful terminal.
- Paneful: Send current file path — Sends the active editor's file path.
- Paneful: Send selection — Sends the selected text with file path and line numbers (e.g.
file.ts:L5-L12).
- Paneful: Send path — Sends a file or folder path from the explorer.
Editor (right-click in editor)
- Send selection (only when text is selected)
- Send current file path
- Send open file paths
Explorer (right-click on file or folder)
- Send path (file or folder)
- Send open file paths
How it works
The extension communicates with the Paneful server via a shared inbox file (~/.paneful/inbox.json). Paneful must be running to pick up commands.
Links
| |