All Projects → jvz → psgrep

jvz / psgrep

Licence: GPL-3.0 license
A simple little shell script to help with the "ps aux | grep" idiom.

Programming Languages

shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to psgrep

Grepbugs
A regex based source code scanner.
Stars: ✭ 118 (+353.85%)
Mutual labels:  grep
stream-editor
A web tool for interactively using and chaining command-line text manipulation utilities like sed, grep, and awk.
Stars: ✭ 25 (-3.85%)
Mutual labels:  grep
webgrep
Grep Web pages with extra features like JS deobfuscation and OCR
Stars: ✭ 86 (+230.77%)
Mutual labels:  grep
Goreplace
command line tool for search and replace
Stars: ✭ 164 (+530.77%)
Mutual labels:  grep
Grab
experimental and very fast implementation of a grep
Stars: ✭ 230 (+784.62%)
Mutual labels:  grep
grep-typos
Quickly check your project for typos
Stars: ✭ 41 (+57.69%)
Mutual labels:  grep
Ucg
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
Stars: ✭ 117 (+350%)
Mutual labels:  grep
biowasm
WebAssembly modules for genomics
Stars: ✭ 115 (+342.31%)
Mutual labels:  grep
Amber
A code search / replace tool
Stars: ✭ 230 (+784.62%)
Mutual labels:  grep
pjs
An awk-like command-line tool for processing text, CSV, JSON, HTML, and XML.
Stars: ✭ 21 (-19.23%)
Mutual labels:  grep
Phpgrep
Syntax-aware grep for PHP code.
Stars: ✭ 185 (+611.54%)
Mutual labels:  grep
Learn gnugrep ripgrep
Example based guide to mastering GNU grep and ripgrep
Stars: ✭ 204 (+684.62%)
Mutual labels:  grep
writable search.vim
Grep for something, then write the original files directly through the search results.
Stars: ✭ 47 (+80.77%)
Mutual labels:  grep
Dategrep
print lines matching a time range
Stars: ✭ 159 (+511.54%)
Mutual labels:  grep
ogrep-rs
Outline grep — search in indentation-structured texts (Rust version)
Stars: ✭ 32 (+23.08%)
Mutual labels:  grep
Ack2
**ack 2 is no longer being maintained. ack 3 is the latest version.**
Stars: ✭ 1,504 (+5684.62%)
Mutual labels:  grep
gtsearch
Web `grep` for Git repositories
Stars: ✭ 15 (-42.31%)
Mutual labels:  grep
gf-patterns
Collection grep patterns for Tom Hudson a.k.a Tomnomnom tools namely gf
Stars: ✭ 27 (+3.85%)
Mutual labels:  grep
CoCoC
C development system for (Nitr)OS9/6x09, with source
Stars: ✭ 22 (-15.38%)
Mutual labels:  grep
so stupid search
It's my honor to drive you fucking fire faster, to have more time with your Family and Sunshine.This tool is for those who often want to search for a string Deeply into a directory in Recursive mode, but not with the great tools: grep, ack, ripgrep .........every thing should be Small, Thin, Fast, Lazy....without Think and Remember too much ...一…
Stars: ✭ 135 (+419.23%)
Mutual labels:  grep

Download and extract the latest release. Then, re-read what's in there if it's different than the following:

To install, just execute ./install.sh. If you wish to install psgrep somewhere other than /usr/local/bin, set the $PREFIX variable like so:

PREFIX=/usr sudo ./install.sh

The default $PREFIX is /usr/local

If you, for example, install psgrep to your home directory, don't forget to set your PATH to include ~/bin as well as your MANPATH (or ~/.manpath) to include ~/share/man.

For usage information, run

man psgrep
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].