pru lets you use Ruby in your pipes. Forget about grep / sed / awk / wc … It’s written in the Ruby programming language.
Read moreCategory: Utilities
xlsxgrep – 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 moresift – fast and powerful alternative to grep
sift is an alternative that aims for both speed and flexibility – i.e. adding features while trying to reach the performance of grep.
Read moreugrep – ultra fast grep with interactive TUI
The ugrep utility searches any given input files, selecting lines that match one or more patterns. Free and open source software.
Read moreAlternatives to popular CLI tools: kill
This article spotlights alternative tools to kill.
Read morepkill – kills a given program name
pkill is a Python script that is compatible from 2.6 upwards through 3.2. pkill kills a process by its name.
Read more