English | 한국어
A Raycast extension for searching South Korean addresses using the Postcodify API. Quickly find and copy addresses in multiple formats.
- 🔍 Fast address search: Real-time search results for Korean addresses
- 📋 Multiple copy options: Copy in different formats
- 🗺️ Map integration: Open in Kakao Map or Naver Map
- 🚀 Performance: Smart caching for fast repeated searches
- Install from the Raycast Store
- Or install locally:
git clone https://github.com/kyungw00k/raycast-kozip-extension.git cd raycast-kozip-extension npm install npm run dev
- Open Raycast and type
kzor "KoZip" - Enter your search (address, building name, or postal code)
- Use keyboard shortcuts for quick actions:
- Enter: Copy Korean road address with postal code
- ⌘ + C: Copy English road address with postal code
- ⌘ + T: Toggle between road and jibun (lot) address
- ⌘ + O: Open in Kakao Map
- ⌘ + ⇧ + O: Open in Naver Map
(12345) 서울특별시 강남구 테헤란로 123(12345) 서울특별시 강남구 역삼동 123-45
123 Teheran-ro, Gangnam-gu, Seoul (12345)123-45 Yeoksam-dong, Gangnam-gu, Seoul (12345)
See DEVELOPMENT.md.
npm install
npm run dev- Fork the repo
- Create a feature branch:
git checkout -b feature/new-feature - Make changes and add tests
- Commit with descriptive messages
- Push and open a Pull Request
MIT License - see LICENSE.
- API: Postcodify by Poesis
- Maps: Kakao Map, Naver Map integration
- Icon: Based on Korea Post Emblem
- Author: kyungw00k
If you encounter issues or have suggestions:
- Check existing issues
- Open a new issue with details
- Use the enhancement label for feature requests