Showing 194 open source projects for "grep"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    The Silver Searcher

    The Silver Searcher

    A code-searching tool similar to ack, but faster

    The Silver Searcher (often referred to as ag) is a fast, open-source command-line code-searching tool, designed as a faster alternative to ack, with a focus on programming-related searches and integration with ignore files. Ag is quite stable now. Most changes are new features, minor bug fixes, or performance improvements. It's much faster than Ack in my benchmarks. Ack and Ag found the same results, but Ag was 34x faster (3.2 seconds vs 110 seconds). My ~/code directory is about 8GB. Thanks...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    unix_to_mac_os

    unix_to_mac_os

    Portable Collection of Unix Utilities to MAC OS X

    Portable Collection of Unix Utilities to MAC OS X : aria2 axel coreutils findutils fping grep gzip hexedit lftp mawk msmtp mutt ncftp ngrep nmap p7zip parallel pv rsync rtorrent sed tar unrar wdiff wget wput zsync Watch https://youtu.be/l5NlyoCoFCQ for usage instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Win-Brash

    A Windows Native Bourne Shell Interpreter

    Win-Brash is a recoding, from scratch, of the Bourne shell as a native Microsoft Windows multi-threaded command line application. It uses Bourne shell syntax but recognizes Windows file names. The TAB key helps convert Unix style pathnames to fully valid windows pathnames. It also adds missing backslashes -- to reduce the need to always type two. For Documentation see: http://www.bordoon.com/brash To give brash.exe a try, use the download link to get winbrash-1.2.16.zip. Unzip...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    XMLStarlet is a set of command line utilities (tools) to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for text files with UNIX grep, sed, awk, diff, patch, join, etc utilities.
    Leader badge
    Downloads: 888 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    ddclient-curl

    ddclient-curl

    Updates an IP Address in a Dynamic DNS Service

    Updates an IP Address in a Dynamic DNS Service Very simple. Uses just curl and grep in bash.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    rospell is a UTF-8 text editor for programmers and general use. It features syntax highlighting, a code beautifier for C and C++, and support for ctags, grep, diff, and merge. It also includes a speller for English and Romanian.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7

    visgrep-win32

    Finds images inside of images and reports the coordinates

    Windows-ported visgrep and its utilities from xautomation v 1.09 (https://www.hoopajoo.net/projects/xautomation.html). Author: Steve Slaven <bpk@hoopajoo.net> Contains: visgrep - visual grep, greps for images in another image. png2pat - converts an image file from PNG to PAT format. rgb2pat -converts an image file from 24-bit RGB to PAT format. pat2ppm - converts an image file from PAT to PPM format. patextract - extracts a part of a PNG image file and output that part in PAT format. Statically linked. Dependencies: libpng, zlib.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    gnome-menu-cat

    gnome-menu-cat

    gnome-menu-cat - this script-base classificator GNOME menu.

    ...The purpose of this mechanism is to streamline the GNOME menu by using the property "Categories" mechanism xdg-menu. View all the possible values of "Categories" and their combination with the command: $ grep "Categories=" /usr/share/applications/*.desktop gnome-menu-cat spoofing and create my own XML-substitution table gnome-applications.menu mechanism xdg-menu. This script-base classificator GNOME menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PenTest-w-grep

    script to perform pentest using grep

    PenTest-w-grep script to perform pentest using grep
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    YASAT is a simple stupid audit tool. It try to be as simple as possible with minimum binary dependencies (only sed, grep and cut)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    video-external

    plays html5 and flash videos from www sites in external player ( mpv

    Small script plays html5 and flash videos from adult www sites in external player ( mpv ) To use just chmod +x mm , copy to /usr/local/bin and run : mm <link to suported site> It requires mpv, and perl, curl, bash, gnu grep. List of supported sites in script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    tisift

    imap cleanup & command line tool

    ...tisift: scaning folder and sort messages with given filter rules. tish: imap shell = imap command line tools. Example: # Set MsgId on Mails without one FOLDER="Archives" ; tils -I "$FOLDER" |grep "\{"|while read LINE ; do tish -x addheader "$FOLDER" "$LINE" "X-New-Header: true" ; done # Correct Date to second received header: tish date Archives PATTERN received2 # Import or export mbox tish exportmbox Archives >file.mbox tish importmbox Archives <file.mbox Written in ruby. Attention: Use on your own risc! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ack.vim

    ack.vim

    Vim plugin for the Perl module / CLI script 'ack'

    ack.vim is a Vim plugin interface to the ack command-line tool, providing fast, grep-like search functionality directly within Vim. It displays search results in a split window and supports navigation through them seamlessly. This plugin was designed as a Vim frontend for the programmer's search tool ack. ack can be used as a replacement for 99% of the uses of grep. The plugin allows you to search with ack from within Vim and shows the results in a split window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    bnf2xml

    simple BNF parser makes xml markup of matches

    bnf2xml a simple BNF parser that takes text as input, searches according to a BNF query file, and outputs text marked up by the xml labels that show context. bnf2xml is as simple to use as any text binary ie, awk(1) grep(1). bnf2xml does not require C API because it outputs simple xml labeling. README is visible on file dl page. EXAMPLE: $ echo "hi" | bnf2xml patternfile <word><alph>h</alph><alph>i</alph></word> or <gas>hydrogen iodide</gas> patternfile says how to find needle in haystack and what to show, ie: <alph> ::= a | b | c | d ... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PHPFileFind

    PHP web interface to locate, grep and xargs - find files from browser

    PHP web interface to locate, grep and xargs - find files from browser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    VaadinLog4J

    Log Viewer for log4j traces

    Almost every Java developer uses Log4J or a similar logging framework. Lots of traces are produced, but nevertheless in most cases the trace analysis is poor. Most programmers and tester only use a text editor or an intelligent grep command for analyzing traces. This application is an example, how to analyze traces in a „proper Log4J“ way. VaadinLog4J is a simple web application,which can be used with any application- or webserver, e.g. Tomcat, Glassfish, JBoss, Weblogic. Just copy VaadinLog4J.war to the webapps (e.g. apache-tomcat-8.0.21\webapps) or deploy (e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PHP_ToolBox

    PHP_ToolBox

    5ea PHP utilities substitute for Unix chmod, find, grep, ren ,rm, etc.

    5ea PHP utilities for server or localhost: Global tools for deleting, renaming, change file permissions, text searching, and copying files. Substitutes for Unix chmod, find, grep, ren ,rm, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HTTPSearch

    HTTPSearch

    Simple Perl Script to search for sensitive Web sites

    A perl script that uses three Linux programs (nmap, grep, and wget) to find, retrieve, and classify web sites that may be running on a network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SurfFind
    SURF FIND is a simple and fast grep-like text search software, which keeps the previous search results as separate tabs. It also implements file caching mechanism so that the subsequent searches for the same set of files will be completed faster. Each tab has the list of found files and lines on the left, and the text viewer on the right to show the selected line on the list.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    CommSy

    CommSy

    Web-based Community System

    ...For questions or comments contact finck@commsy.net. Code is now hosted at GitHub. See https://github.com/commsy/commsy Documentation is available under: http://docs.commsy.net You can grep the latest development build of CommSy from http://jenkins.effective-webwork.de/job/CommSy%20Dev/lastSuccessfulBuild/artifact/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Pdfgrep is a tool to search text in PDF files. It works similar to grep.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    Tiny Mupen64Plus Frontend

    Tiny Mupen64Plus Frontend

    The Nintendo 64 Emulator Frontend

    ...Use this Frontend to play cool N64 ZIPs or ROMs, with 4 games included. Settings optimised for Nintendo 64 games. This Tiny Mupen Frontend runs your games instantaneously at the click of a button. Dependencies are zip, gzip, zenity, grep, sed, bash, xdotool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    grepp

    An ultimate text-analysing tool

    A command line tool for text file analyis, filtering, splitting and reporting. Runs under Java (1.5+), supports plugins written in Groovy. Has nix and win batch files in distributions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Lograptor

    Command-Line search tool for syslog files

    Lograptor is a search tool for system logs written in legacy BSD syslog format RFC 3164 and for IETF syslog protocol RFC 5424. The program can perform searches in syslog files like as the UNIX command "grep", but with the addition of some filters and parameters, useful to restrict the search field and retrieve the relevant informations from log files. You could specify parameters like hostname, application, date, time range, plus a set of filters on message data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    MRamSpy

    Search RAM on unix-like machines. (good for shell server admins)

    mramspy: MRamSpy is a utility written in perl that accepts a string as input, then searches the RAM of the machine for that string, and finally prints the data that is in the vicinity of the entered string as it is found; it uses xxd, grep, and cut accomplish these tasks. MRamSpy was written with Linux as it's main platform, it will work with little motification on a number of Unix(TM)(R)(etc) and Unix-Like machines.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB