Clapgrep is a GUI utility which lets you search through your files.
Read moreTag: grep
ruplacer – find and replace text in source files
ruplacer is a command-line tool to find and replace text in source files. This is free and open source software written in Rust.
Read moreskim – fuzzy finder
skim is a fuzzy finder. It can be used as a general filter (like grep) or as an interactive interface for invoking commands.
Read moreAlternatives to popular CLI tools: grep
This article spotlights alternative tools to grep, a utility that searches for patterns in each file.
Read morepru – Pipeable Ruby
pru lets you use Ruby in your pipes. Forget about grep / sed / awk / wc … It’s written in the Ruby programming language.
Read morexlsxgrep – tool to search text in XLSX, XLS, CSV, TSV and ODS files
xlsxgrep is a CLI tool to search text in XLSX, XLS, CSV, TSV and ODS files. It works similarly to grep. Written in Python.
Read morebingrep – grep-like tool for binaries
bingrep greps through binaries from various OSs and architectures, and colors them. This is free and open source software written in Rust.
Read morerzgrep – greps through the contents of an archive file
rzgrep greps through the contents of an archive file, it also greps through any archive files that are embedded within an archive file.
Read morengrep – grep applied to the network layer
ngrep is a PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets.
Read moreucg – fast grep-like tool specialized for searching large bodies of source code
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
Read morevgrep – pager for grep, git-grep, ripgrep and similar grep implementations
vgrep is a pager for grep, git-grep, ripgrep and similar grep tools. It allows opening the indexed file locations in a user-specified editor.
Read morephpgrep – syntax-aware grep for PHP code
phpgrep is both a library and a command-line tool. The library can be used to perform syntax-aware PHP code matching inside Go programs.
Read moreack – grep-like source code search tool
ack is designed as an alternative to grep for programmers. It is highly portable and runs on any platform that runs Perl.
Read moreThe Silver Searcher – code-searching tool similar to ack, but faster
The Silver Searcher is a tool for searching code. It started off as a clone of Ack, but their feature sets have since diverged slightly.
Read moreCGrep – context-aware grep for C and C++ source files
CGrep is a context-aware grep for source codes. It’s implemented using Clang’s libtooling libraries. Free and open source software.
Read more