# Show GN: quickclaude : Claude 목록을 보여주고 세션을 열어주는 CLI tool

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=27972](https://news.hada.io/topic?id=27972)
- GeekNews Markdown: [https://news.hada.io/topic/27972.md](https://news.hada.io/topic/27972.md)
- Type: show
- Author: [onsenhyo](https://news.hada.io/@onsenhyo)
- Published: 2026-03-29T17:09:42+09:00
- Updated: 2026-03-29T17:09:42+09:00
- Original source: [github.com/strurao](https://github.com/strurao/quickclaude)
- Points: 2
- Comments: 2

## Topic Body

Claude Code를 쓰다 보면 프로젝트가 쌓이는데요,   
매번 `cd`로 디렉토리를 찾아가는 건 귀찮고, 히스토리를 뒤지는 것도 번거롭더라구요.  
  
`~/.claude/projects/`에 이미 프로젝트 목록이 있는데,   
이걸 읽어서 바로 선택하면 되지 않을까? 라는 생각이 들어서  
간단한 CLI Tool 을 만들었습니다.  
  
설치 방법  
- npm install -g quickclaude  
  
설치 이후 사용 방법  
- 터미널 어디서든 quickclaude 명령어를 쳐주면 끝입니다~!

## Comments



### Comment 54133

- Author: ng0301
- Created: 2026-03-30T13:35:20+09:00
- Points: 1

디렉토리 가서 실행했는데, 간단하지만 유용하군요!

### Comment 54103

- Author: rednakta
- Created: 2026-03-30T08:42:36+09:00
- Points: 1

초간단 유틸이지만 쓸만하네요.
