terminal-layout-dual-pane

Arrange File Explorer and terminal side-by-side using the terminal's working directory.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pingqLIN/UniText --skill terminal-layout-dual-pane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terminal-layout-dual-pane
Source: https://github.com/pingqLIN/UniText/tree/main/runtime/skills/terminal-layout-dual-pane
Command: npx skills add https://github.com/pingqLIN/UniText --skill terminal-layout-dual-pane

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automatically arranges the current workspace by placing File Explorer on the left and the active terminal on the right, both full height, using the terminal's directory as the anchor.

Core Features & Use Cases

  • Automatically detects the terminal's working directory and opens Explorer to the same path, then tiles both windows side-by-side for maximum screen real estate.
  • Works with Windows Terminal, PowerShell, and cmd-based sessions; ideal for developers and teams who frequently navigate directories and manage files concurrently.
  • Use case: You often need to compare or edit files in the folder while running commands in the terminal without switching windows.

Quick Start

Run the dual-pane script to apply the layout to your current directory.

Frequently Asked Questions about terminal-layout-dual-pane

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

FAQPage Schema
How do I automatically place File Explorer and terminal side-by-side in Windows?

To automatically place File Explorer and terminal side-by-side in Windows, you can run a dual-pane layout script. It detects the terminal's working directory, opens Explorer to that same path, and tiles both windows full height for concurrent file browsing and command execution.

Can I use dual-pane window management with Windows Terminal and PowerShell?

Yes, dual-pane window management works with Windows Terminal, PowerShell, and CMD sessions. The script anchors Explorer to the terminal's working directory, applying the tiled side-by-side layout across these developer environments.

What is the best way to sync File Explorer with my terminal's current directory?

The best way to sync File Explorer with your terminal's current directory is using an automated dual-pane script. It detects the active terminal path and automatically opens Explorer to that exact location before tiling both windows.

How does UIAutomation handle missing windows during terminal dual-pane tiling?

UIAutomation handles missing windows during terminal dual-pane tiling by applying built-in error handling. If the terminal or Explorer window is missing or the path cannot be detected, the script gracefully manages the error rather than failing abruptly.

Do I need PowerShell to automate tiling Explorer and terminal windows?

Yes, you need PowerShell to automate tiling Explorer and terminal windows. The dual-pane layout script relies on PowerShell and UIAutomation-based window management to detect paths and arrange the windows on your Windows desktop.