Back to list
odysseus0

terminal-workspace

by odysseus0

My declarative macOS development environment managed with nix-darwin and home-manager

0🍴 0📅 Jan 22, 2026

SKILL.md


name: terminal-workspace description: Terminal workspace management with Zellij. Use when user mentions terminal sessions, workspaces, Zellij, terminal layouts, or persistent terminal environments. Covers session management, layout saving, and the zp quick-access alias.

Terminal Workspace Management

Persistent terminal workspaces per project using Zellij.

Core Concepts

  • Sessions: Working state (ephemeral, survives disconnects)
  • Layouts: Workspace recipes (permanent, recreatable)
  • Real persistence: Lives in applications (vim sessions, git)

Quick Access

# In ~/.zshrc or ~/.bashrc
alias zp='zellij attach $(basename "$PWD") || zellij -s $(basename "$PWD")'

Run zp in any project directory to create/attach its workspace.

Save Important Layouts

# If you have a complex setup worth preserving
zellij action dump-layout > ~/.config/zellij/layouts/project-name.kdl

Philosophy

Zellij sessions for convenience, not critical state. If it matters, it's in a file.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon