Showing 13 open source projects for "ripgrep"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    ripgrep

    ripgrep

    Regex pattern directory search tool that respects your .gitignore

    ripgrep is a line-oriented search tool that actively searches the directory you're currently in for a regex pattern. By default, ripgrep will ignore your .gitignore and skip hidden files or directories and binary files automatically. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. ripgrep supports arbitrary input preprocessing filters which could be PDF text extraction, less supported decompression, decrypting, automatic encoding detection and so on. ...
    Downloads: 68 This Week
    Last Update:
    See Project
  • 2
    grip-grep

    grip-grep

    Find code, fast

    A circumstantially faster, more lightweight, ripgrep-inspired alternative.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    rga

    rga

    rga: ripgrep, but also search in PDFs, E-Books, Office documents, etc.

    rga is a line-oriented search tool that allows you to look for a regex in a multitude of file types. rga wraps the awesome ripgrep and enables it to search in PDF, docx, sqlite, JPG, movie subtitles (mkv, mp4), etc.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    SeaGOAT

    SeaGOAT

    local-first semantic code search engine

    ...The tool runs locally on a developer’s machine and processes repositories using a combination of embedding models and conventional search utilities, enabling both semantic and text-based retrieval methods. By combining vector search with tools like ripgrep, SeaGOAT provides a hybrid approach that supports both natural language queries and precise keyword matching in source files. It is built primarily in Python and is intended to work on common operating systems such as Linux, macOS, and Windows.
    Downloads: 5 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
    fzf.vim

    fzf.vim

    Things you can do with fzf and Vim

    ...It embraces Vim’s philosophy by composing with registers, marks, quickfix, and mappings, letting you build powerful flows from small pieces. Previews show file contents, diffs, or documentation alongside candidates, and can be customized with tools like ripgrep and bat. The plugin works in terminals and GUIs, optionally using floating windows and popup layouts to keep context visible. Its speed and adaptability make it a staple for users who live in Vim and need to traverse large codebases without losing rhythm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ticket

    ticket

    Fast, powerful, git-native ticket tracking in a single bash script

    ...Its design is rooted in the Unix philosophy of simplicity, composability, and transparency, meaning it integrates well with other standard tools like grep, jq, and ripgrep when installed. Teams can use ticket to track bugs, features, chores, and epics with priority levels and tags, all by staying within the terminal and Git ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    kickstart.nvim

    kickstart.nvim

    A launch point for your personal nvim configuration

    ...It supports modern Neovim features, plugin management, and language server protocol (LSP) integration, making it a practical launch point for building personalized environments. The repository includes setup instructions for Linux, macOS, and Windows, ensuring cross-platform compatibility. With external dependencies like ripgrep, fd-find, and Nerd Fonts for enhanced visuals, it balances simplicity with extensibility. Its goal is to help users quickly get started with Neovim while maintaining flexibility for future customization.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    dumb-jump

    dumb-jump

    an Emacs "jump to definition" package for 50+ languages

    ...This means minimal -- and ideally zero-configuration with absolutely no stored indexes (TAGS) or persistent background processes. Dumb Jump requires at least GNU Emacs 24.3. Dumb Jump uses The Silver Searcher ag, ripgrep rg, or grep to find potential definitions of a function or variable under point. It uses a set of regular expressions based on the file extension, or major-mode, of the current buffer. The matches are run through a shared set of heuristic methods to find the best candidate to jump to. If it can't decide it will present the user with a list in a pop-menu, helm, or ivy (see dumb-jump-selector). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    codebuntu

    a debian (ubuntu) iso for coders

    .... --- ## ✅ What's included - **VS Code** — GUI code editor - **Neovim** — terminal editor - **Git + GitHub CLI** — version control - **Python 3** + pip + venv - **Node.js** + npm - **Rust** via rustup - **Alacritty** — GPU accelerated terminal - **btop, fzf, ripgrep, tmux** — terminal utilities - **codefetch** — custom system info tool - **JetBrains Mono** font (NOTE ALL THIS INCLUDED STUFF ISNT GUARENTEED DUE TO ERRORS WHEN MAKING)
    Downloads: 38 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 10
    blink code search

    blink code search

    GUI of indexed grep in Windows and Linux. Source code indexing tool.

    GUI of indexed grep in Windows and Linux. A source code indexing tool, near instant code search tool and navigation. Good for small to medium size code base. It supports fuzzy matching, auto complete, and live grep for real time query. Manage different projects and switch for different projects Drag and drop of filenames to your favourite editor. Source code and demo video in: https://github.com/ychclone/blink
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    Zee

    Zee

    A modern text editor for the terminal written in Rust

    Zee is a modern editor for the terminal, in the spirit of Emacs. It is written in Rust and it is somewhat experimental. In the old tradition of text editor demos, here's what it currently looks like editing its own source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Command-Line Text Processing

    Command-Line Text Processing

    From finding text to search and replace

    Command-line-text-processing is a curated educational repository providing many examples and tutorials on how to use various command-line tools for processing text: searching, replacing, sorting, transforming, filtering, etc. It covers tools like grep, sed, awk, perl, Ruby one-liners, file attribute commands, sorting, tail/head/less/cat, and many more. It's intended as a learning resource, with explanations, examples, exercises, solutions. It is archived (read-only), but still serves as a...
    Downloads: 1 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. But here's a little secret...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB