# rga - PDF, 이북, 오피스, 압축파일까지 검색하는 ripgrep

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=17019](https://news.hada.io/topic?id=17019)
- GeekNews Markdown: [https://news.hada.io/topic/17019.md](https://news.hada.io/topic/17019.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-10-01T10:04:01+09:00
- Updated: 2024-10-01T10:04:01+09:00
- Original source: [github.com/phiresky](https://github.com/phiresky/ripgrep-all)
- Points: 19
- Comments: 1

## Summary

rga(ripgrep-all)은 다양한 파일 유형에서 정규식으로 문자열을 빠르게 검색할 수 있는 도구입니다. PDF, docx, 영화 자막 등 다양한 파일 형식을 지원하며, 멀티쓰레딩과 텍스트 캐시 기능으로 효율성을 높였습니다. 하위 모든 파일을 재귀적으로 처리하여 포괄적인 검색이 가능합니다.

## Topic Body

- rga(ripgrep-all) 은 다양한 파일 유형에서 정규식으로 문자열을 찾을 수 있는 Line-Oriented 검색 도구  
- pdf, docx, sqlite, jpg, zip, tar.*, 영화 자막(mkv, mp4) 등에서 검색 가능   
- 재귀적으로 하위의 모든 아는 파일에 대해서 처리함   
- 멀티쓰레딩으로 빠르며, 같은 파일에 대해서는 추출한 텍스트를 캐시하여 더 빨라짐

## Comments



### Comment 29613

- Author: halfenif
- Created: 2024-10-03T07:09:17+09:00
- Points: 1

sqlite에서 텍스트를 추출해서 캐싱하면.. 흥미롭군요.
