언어 선택

홈 페이지 arrow-right ripgrep

11개의 무료 및 유료 대안을 ripgrep에 대한 목록으로 정리했습니다. 주요 경쟁 업체는 Agent Ransack, grep입니다. 이 외에도 사용자들은 ripgrep와 dnGREP, Gawk, The Silver Searcher 간에 비교를 하기도 합니다. 또한 여기서 다른 유사한 옵션을 살펴볼 수 있습니다: About.


Agent Ransack은 하드 드라이브의 파일과 정보를 빠르고 효율적으로 찾는 도구입니다.

grep
Free Open Source

grep은 정규 텍스트와 일치하는 행에 대한 일반 텍스트 데이터 세트를 검색하는 명령 줄 유틸리티입니다.

dnGREP
Free Open Source

dnGrep을 사용하면 읽기 쉬운 결과로 파일을 검색 할 수 있습니다.

awk 유틸리티는 특수 목적의 프로그래밍 언어를 해석하여 처리 할 수있게합니다.

ack
Free Open Source

Ack는 grep 사용의 99 %를 독립형 (1 개의 펄 파일)으로 대체하도록 설계되었습니다.

JREPL.BAT
Free Open Source

전역 정규식 검색을 수행하고 ASCII 입력의 각 줄에서 대체 작업을 수행합니다.

UniversalCodeGrep
Free Open Source

UniversalCodeGrep (ucg)는 대형 바디 검색에 특화된 매우 빠른 grep-like 도구입니다 ...

Mawk
Free Open Source

mawk는 AWK 프로그래밍 언어의 통역사입니다.

spot
Free Open Source

작은 ack 스타일 파일 검색 유틸리티. 모든 인수는 검색 텍스트를 구성합니다.

ripgrep combines the usability of The Silver Searcher with the raw speed of grep.

ripgrep 플랫폼

tick-square Windows
tick-square Linux
tick-square Mac

ripgrep 비디오와 스크린샷

ripgrep 개요

ripgrep is a command line search tool that combines the usability of The Silver Searcher (an ack clone) with the raw speed of GNU grep.

Why should I use ripgrep?
* It can replace both The Silver Searcher and GNU grep because it is faster than both. (NB It is not, strictly speaking, a "drop-in" replacement for both, but the feature sets are far more similar than different.)
* Like The Silver Searcher, ripgrep defaults to recursive directory search and won't search files ignored by your .gitignore files. It also ignores hidden and binary files by default. ripgrep also implements full support for .gitignore, where as there are many bugs related to that functionality in The Silver Searcher.
* ripgrep can search specific types of files. For example, rg -tpy foo limits your search to Python files and rg -Tjs foo excludes Javascript files from your search. ripgrep can be taught about new file types with custom matching rules.
ripgrep supports many features found in grep, such as showing the context of search results, searching multiple patterns, highlighting matches with color and full Unicode support. Unlike GNU grep, ripgrep stays fast while supporting Unicode (which is always on).

In other words, use ripgrep if you like speed, sane defaults, fewer bugs and Unicode.

ripgrep 특징

tick-square Ngnix caching
tick-square PHP IDE

최고의 ripgrep 대안

소프트웨어에 대한 의견을 공유하고 리뷰를 남겨 더 나아지도록 도와주세요!

ripgrep 태그

grep search-tool

변경 제안

귀하의 의견

등급을 선택하세요
평점을 선택하세요

Your vote has been counted.

Do you have experience using this software?