Expand description
Parse path:line[:column] specs and build editor open commands for Helix / Nvim panes.
Supports absolute or relative paths (resolved against a pane’s cwd) and returns shell snippets to open a file and place the cursor at the requested position.
Structs§
- File
ToOpen - Represents a file to be opened in an editor with optional line and column positioning.
Enums§
- Editor
- Supported text editors for file operations.