Zeta
Description
A retro-style TUI File explorer, remember Norton Commander and the like? well, this is my take in Rust while testing different agentic harnesses like Pi.dev, Claude Code, Codex, and a bunch of OpenCode.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
⚡ Zeta
Dual-pane terminal file manager for developers. SSH, embedded terminal, git diff, archive browsing — all in one fast Rust binary.
  
# Download a prebuilt binary from Releases (Linux / Windows)
# https://github.com/tzero86/Zeta/releases/latest
# Or build from source (requires Rust stable):
cargo install --git https://github.com/tzero86/Zeta
Features
| 📁 Dual pane — copy, move, diff between panes side-by-side | ⌨️ Embedded terminal — F2 opens your real shell in-app |
🔀 Git diff viewer — Ctrl+D unified diff with file list |
🌐 SSH / SFTP — browse remote servers like local directories |
📦 Archive browsing — navigate .zip / .tar.gz inline |
✏️ Editor + preview — text, markdown, images, hex dump |
File management
- Dual-pane browser with side-by-side and stacked layouts
- Four isolated in-app workspaces with independent pane, preview, editor, terminal, and transient runtime state
- Top-bar workspace pills (
[1] [2] [3] [4]) highlight the active workspace at a glance - Session restore for all four workspaces plus the active workspace index
- Create, copy, move, rename, and delete files and directories
- Collision resolution dialog (skip, overwrite, rename)
- Background workers — file operations, directory scans, and previews never block each other
- Mark multiple files for batch operations
- Hidden file toggle, sort by name / size / extension / modified date
- Navigate history (Alt+Left / Alt+Right)
Update Checks
- Automatic update checks on startup (config
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing