Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

File metadata and controls

26 lines (18 loc) · 1 KB

zz

What's this?

A multiplexer session fuzzy finder with ranked sessions.

What you can do:

  • Automatically named sessions: Each workspace directory (either git repo or not) automatically becomes isolated sessions
  • Automatically created sesssions: instead of you deciding whether to run cd ~/repos/my-personal-repository && zellij -s my-personal-repository or zellij attach my-personal-repository, you can zz personal and zz will handle the rest
  • Fuzzy find and navigate sessions: instead of zellij attach my-personal-repository, you can zz personal, or zz to interactively select the session
  • Basename matching: zz personal matches repos whose directory name contains "personal"

Development Method

This repository is developed using codeless program method. Each user asks their agent to implement it.

Repository Structure

.
├── SPEC.md  # Full specification (generate code from this)
├── zz.sh    # Reference implementation (bash)
├── README.md
└── AGENTS.md