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-repositoryorzellij attach my-personal-repository, you canzz personaland zz will handle the rest - Fuzzy find and navigate sessions: instead of
zellij attach my-personal-repository, you canzz personal, orzzto interactively select the session - Basename matching:
zz personalmatches repos whose directory name contains "personal"
This repository is developed using codeless program method. Each user asks their agent to implement it.
.
├── SPEC.md # Full specification (generate code from this)
├── zz.sh # Reference implementation (bash)
├── README.md
└── AGENTS.md