nex-terminal

Automate Nex terminal pane, workspace, and file operations via CLI.

3|1|Updated Jun 20, 2016
One-click install
npx skills add https://github.com/paulchiu/dotfiles --skill nex-terminal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nex-terminal
Source: https://github.com/paulchiu/dotfiles/tree/main/.config/opencode/skills/nex-terminal
Command: npx skills add https://github.com/paulchiu/dotfiles --skill nex-terminal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nex terminal sessions can become unwieldy as you split panes, manage multiple workspaces, and open files across panes. This Skill provides a centralized way to automate pane operations, workspace creation, and file navigation in Nex via a concise set of commands.

Core Features & Use Cases

  • Manage panes: split, create, rename, and close panes; send commands to other panes by name or UUID.
  • Manage workspaces: create and organize collections of panes into named workspaces for dev workflows.
  • Open files and navigate: quickly open files in the Nex editor/viewer and switch focus across panes.

Quick Start

Create a new workspace named 'Dev' at path ~/dev, split the current pane horizontally and name it 'server', then send 'npm run dev' to that pane.

Frequently Asked Questions about nex-terminal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Nex terminal pane management and workspace orchestration?

You can automate Nex terminal pane management by using a centralized set of CLI commands to split, create, rename, and close panes, as well as organize them into named workspaces for development workflows.

Can I send commands to a specific Nex terminal pane by name or UUID?

Yes, you can send commands to specific Nex terminal panes by targeting their unique name or UUID, allowing precise cross-pane command execution within your development workspace layout.

What is the best way to organize multiple Nex terminal panes into a named workspace?

Organizing multiple Nex terminal panes involves creating a named workspace at a specified path, then splitting and routing panes within it to structure your development environment efficiently.

How do I open files and navigate across panes in the Nex terminal?

To open files in Nex, use the designated file opening commands to quickly launch files in the editor viewer and switch focus across active terminal panes for seamless navigation.

Does Nex terminal automation support multi-pane layouts for dev workflows?

Yes, Nex terminal automation supports multi-pane layouts by allowing you to split panes horizontally or vertically, send targeted commands, and manage workspaces tailored for complex development workflows.

What are the limitations of using CLI commands for Nex workspace orchestration?

Nex workspace orchestration via CLI is limited to terminal pane and file management operations within the Nex environment, meaning it does not manage external terminal applications or non-Nex editor sessions.