# Show GN: Claude Code Status Bar - 컨텍스트, 비용, rate limit을 항상 보여주는 status line

> Clean Markdown view of GeekNews topic #28227. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=28227](https://news.hada.io/topic?id=28227)
- GeekNews Markdown: [https://news.hada.io/topic/28227.md](https://news.hada.io/topic/28227.md)
- Type: show
- Author: [remin1994](https://news.hada.io/@remin1994)
- Published: 2026-04-05T22:16:52+09:00
- Updated: 2026-04-05T22:16:52+09:00
- Original source: [github.com/kangraemin](https://github.com/kangraemin/claude-status-bar)
- Points: 7
- Comments: 2

## Topic Body

Claude Code로 작업하다 보면 컨텍스트를 얼마나 썼는지, rate limit이 얼마나 남았는지 확인하려고 매번 /usage를 치게 됩니다.   
  
작업 흐름이 끊기는 게 싫어서 status line에 제가 보고싶은 정보를 모두 띄우는 셸 스크립트를 만들었습니다.  
  
Claude Code가 stdin으로 세션 정보를 JSON으로 넘겨주는데, 그걸 jq로 파싱해서 3줄로 출력합니다.   
  
현재 디렉토리 / 브랜치 / 사용중인 claude 모델 ( opus ... ) / context window 사용률 바 / rate limit 사용량 ( 5시간, weekly ) 를 한눈에 보실 수 있습니다.   
  
컨텍스트 70% 넘으면 경고 아이콘 바뀌어서 /compact, /clear 타이밍을 알 수 있게 해 두었습니다.   
  
GitHub: https://github.com/kangraemin/claude-status-bar

## Comments



### Comment 54885

- Author: greekr4
- Created: 2026-04-08T09:38:06+09:00
- Points: 1

오 좋습니다 매일 클로드 시켜서 커스텀했는데 이게 더 깔끔하네요

### Comment 54797

- Author: kurthong
- Created: 2026-04-07T05:28:03+09:00
- Points: 1

간단해보이지만 실용적이고 깔끔한 프로젝트네요!
