# Show GN: Claude Code용 윈도우 터미널 작업완료 알림

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=25745](https://news.hada.io/topic?id=25745)
- GeekNews Markdown: [https://news.hada.io/topic/25745.md](https://news.hada.io/topic/25745.md)
- Type: show
- Author: [soulee](https://news.hada.io/@soulee)
- Published: 2026-01-12T07:43:07+09:00
- Updated: 2026-01-12T07:43:07+09:00
- Original source: [github.com/soulee-dev](https://github.com/soulee-dev/claude-code-notify-powershell)
- Points: 17
- Comments: 2

## Summary

**Claude Code**의 작업 완료를 윈도우에서도 간단히 알림으로 받을 수 있는 **PowerShell 스크립트**가 공개되었습니다. 추가 설치가 필요 없는 **Zero Dependency** 방식으로, 한 줄 명령으로 바로 실행할 수 있습니다. 기존 Linux 중심 예제의 진입 장벽을 낮추며, Hooks나 Matcher를 직접 수정해 자신만의 워크플로로 확장할 수도 있습니다.

## Topic Body

Claude Code 창시자 Boris Cherny가 Claude Code 사용 팁으로 Claude Hooks로 터미널 알림을 받을 수 있다고 소개했는데요,  
  
찾아보니 대부분 예제가  
- `jq` 같은 dependency 설치가 필요하거나  
- Linux shell 기반이라 Windows에서 설치/사용이 번거롭거나  
- Python/Rust 기반 프로젝트로 구성되어 있어서 부담스럽더라고요.  
  
그래서 **한 줄로 설치하고 바로 쓸 수 있는 PowerShell 스크립트**를 만들어봤습니다.  
- **Zero Dependency** (추가 설치 없음)  
-  Windows 환경에서 바로 사용 가능  
  
원하면 Hooks / Matcher도 손쉽게 수정할 수 있습니다.  
  
PS) 아이디어가 괜찮다고 생각하시면 **Star** 부탁드립니다! 🙇

## Comments



### Comment 49097

- Author: onixboox
- Created: 2026-01-12T23:09:30+09:00
- Points: 1

macOS용 warp 에서는 뭔가 작업 끝나면 알아서 알려주던데, 그런 걸로는 안되나요?

### Comment 49060

- Author: kunggom
- Created: 2026-01-12T11:46:21+09:00
- Points: 1

Windows에서 PowerShell로 토스트 알림을 띄우는 게 이런 식으로 가능하군요? 이거 때문에 AutoHotKey 썼었는데… 오늘도 또 새로운 것을 배웠습니다.
