Show HN: Claudebar, the missing interactive menu bar for Claude Code

hackernews | | 📦 오픈소스
#ai 딜 #claude #claude code #cli #tmux #ui #개발도구
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

오픈소스 도구인 'claudebar'은 터미널 기반의 Claude Code를 tmux 세션으로 래핑하여 사용자 편의성을 높이는 인터랙티브 메뉴 바 및 사이드 패널을 제공합니다. 이를 통해 사용자는 번거로운 슬래시 명령어 대신 마우스 클릭이나 단축키로 권한 우회, 에이전트 팀 구성 등의 기능을 손쉽게 제어할 수 있습니다. 특히 사용량 현황과 초기화 카운트다운이 표시되는 상태 바를 제공하며, 세션을 백그라운드로 전환했다가 재연결하거나 기능 변경 시 대화 내역이 보존된 채 자동으로 재시작되는 것이 특징입니다. Go 언어 기반으로 개발되어 홈브류나 소스 빌드를 통해 설치할 수 있으며 MIT 라이선스로 공유되었습니다.

본문

The missing interactive menu bar for Claude Code. claudebar wraps Claude Code in a tmux session with a status bar, interactive side panels, and a clickable menu. Everything you'd otherwise do with slash commands or CLI flags, accessible from a persistent UI. - Status bar with peak hours, usage %, and reset countdown — always visible, no /usage needed - Clickable menu to toggle bypass permissions, remote control, agent teams, max thinking — restarts with --resume automatically - Tasks pane ( ⌥T ) — interactive task viewer and manager alongside Claude - Agent teams pane ( ⌥A ) — see your team members, their inboxes, and status - Session defaults — set bypass permissions, agent teams, etc. to ALWAYS so every new session starts the way you want - Backgrounding — ⌥W to detach,claudebar to reattach. Especially useful on remote servers where you SSH in and out # Homebrew brew install lableaks/tap/claudebar # Or download the binary curl -sSfL https://raw.githubusercontent.com/lableaks/claudebar/master/install.sh | sh # Or build from source (Go 1.26+) git clone https://github.com/lableaks/claudebar && cd claudebar && make install Requires tmux (brew install tmux ). claudebar # Launch or reattach for this directory claudebar --model sonnet # Pass any Claude Code flags claudebar sessions # Manage sessions across projects | Key | Action | |---|---| ⌥M | Menu (or click the status bar) | ⌥T | Tasks pane | ⌥A | Agent teams pane | ⌥S | Shell pane | ⌥W | Background session | ⌥H | Help | Toggle features without restarting manually. Each cycles through: ○ OFF →● ON →◉ ALWAYS (default for all new sessions) Bypass permissions, remote control, agent teams, max thinking tokens, and more. Defaults saved to ~/.config/claudebar/config.json . Dedicated tmux socket (-L claudebar ), isolated from your other tmux sessions. Feature changes atomically restart Claude with --resume — side panes survive, conversation preserved. MIT

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →