CommitSearch는 사용자의 모든 GitHub 커밋 메시지를 '구글 검색'처럼 실시간으로 검색할 수 있게 해주는 고성능 크롬 확장 프로그램입니다. CommitSearch is a high-performance Chrome extension that allows you to search through all your GitHub commit messages in real-time, just like Google search.
- 초고속 로컬 검색 (Ultra-Fast Local Search):
FlexSearch엔진을 사용하여 수만 개의 커밋도 밀리초 단위로 검색합니다. (Uses theFlexSearchengine to search tens of thousands of commits in milliseconds.) - 강력한 필터링 (Powerful Filtering): 리포지토리별, 공개/비공개 여부별 필터링을 지원합니다. (Supports filtering by repository and visibility - Public/Private.)
- 스마트 정렬 (Smart Sorting): 최신순 또는 오래된순으로 검색 결과를 정렬할 수 있습니다. (Sort results by newest or oldest.)
- 보안 중심 (Security Focused): GitHub 토큰을 브라우저의 로컬 보안 저장소에만 보관하며, 외부 서버로 전송하지 않습니다. (Stores tokens securely in local storage and never sends them to external servers.)
- 프리미엄 브랜딩 (Premium Branding): 세련된 다크 모드 인터페이스와 프리미엄 SVG 아이콘을 제공합니다. (Provides a sleek dark mode interface and a premium SVG icon.)
이 저장소는 빌드된 결과물(dist)을 포함하고 있어 즉시 설치가 가능합니다.
(This repository includes pre-built artifacts (dist) for immediate installation.)
- 이 저장소를 클론하거나 ZIP으로 다운로드합니다. (Clone this repo or download as ZIP.)
- 크롬 브라우저에서
chrome://extensions/로 이동하여 개발자 모드를 켭니다. (Go tochrome://extensions/and enable Developer mode.) - **압축해제된 확장 프로그램을 로드합니다(Load unpacked)**를 클릭하고 현재 폴더의
dist폴더를 선택합니다. (Click Load unpacked and select thedistfolder in this directory.)
참고: 직접 빌드하고 싶은 경우 npm install 후 npm run build를 실행하세요.
(Note: To build manually, run npm install then npm run build.)
이 프로젝트에 기여하고 싶으신가요? CONTRIBUTING.md에서 상세한 규칙과 가이드(한영 병기)를 확인하세요! (To contribute, please check CONTRIBUTING.md for detailed guidelines!)
Apache License 2.0. See LICENSE and NOTICE for details. (저작권자: Rheehose (Rhee Creative) 2008-2026)