Emacs-wgrep VS rg.el

Compare Emacs-wgrep vs rg.el and see what are their differences.

Emacs-wgrep

Writable grep buffer and apply the changes to files (by mhayashi1120)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Emacs-wgrep rg.el
6 9
601 460
- -
6.2 5.2
4 months ago 5 months ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Emacs-wgrep

Posts with mentions or reviews of Emacs-wgrep. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-30.
  • bulk Multiline find-and-replace?
    1 project | /r/emacs | 21 Mar 2023
    But you probably wish something like wgrep (writable-grep), which is similar to wdired if you are familiar with that one. It will basically let you grep your files and display results in a buffer, then edit that buffer, and finally save changes to all referenced files.
  • The benefits of everything (in Emacs) being a buffer
    7 projects | news.ycombinator.com | 30 Jan 2023
    Oh yeah, it gets even more interesting in large refactors, say an involved rename that requires you check the context before you do so (like not just global search and replace). I do a search, this opens a buffer with all results, with file name, position, all that, and Emacs can allow you to "peek" into the file without even leaving the search buffer focus (i.e use a split screen). Then, use https://github.com/mhayashi1120/Emacs-wgrep to do the magic of in-place editing.
  • Question about editing Consult/Embark ripgrep results;
    2 projects | /r/emacs | 5 Aug 2022
    If you use the grepping commands from the Consult package, consult-grep, consult-git-grep or consult-ripgrep, then you’ll probably want to install and load the embark-consult package, which adds support for exporting a list of grep results to an honest grep-mode buffer, on which you can even use wgrep if you wish.
  • Fuzzy Finding with Emacs Instead of Fzf
    5 projects | news.ycombinator.com | 27 Jul 2022
    The `Emacs-wgrep` [1] package is what allows you to edit a standard Emacs grep buffer and have the specified changes applied to all the project's files. I just recently started using it, and it's extremely handy!

    [1]: https://github.com/mhayashi1120/Emacs-wgrep

  • If you have never used wgrep with rg.el to rename a function in several files, try it | that will blow your mind
    6 projects | /r/emacs | 18 Apr 2022
    In this post we see how to rename interactively a function that appears in several files using rg.el and wgrep!
  • How to edit lines in the xref buffer?
    1 project | /r/emacs | 30 Jun 2021
    Have you take a look at wgrep? https://github.com/mhayashi1120/Emacs-wgrep

rg.el

Posts with mentions or reviews of rg.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-22.
  • From Doom to Vanilla Emacs
    6 projects | dev.to | 22 Feb 2024
    Sometimes I don't know exactly how to configure a package or which options I should be using. Instead of searching the web for the examples last year I came up with an idea: I started collecting interesting/useful dotfiles~/~dotemacs collections in a single place. You can find the repository at github.com/dorneanu/dotemacs. So what I usually do is to search inside the folder where I've cloned all repositories for specific keywords. For this purpose I use rg.el and some custom function:
  • Ripgrep with glob patterns doesnot seem to work for me
    2 projects | /r/emacs | 21 Apr 2023
    I am a newbie to emacs and just last week i installed and learning about emacs. I wanted to search for text across multiple files and exclude certain file types. I have been trying to use https://github.com/dajva/rg.el
  • Navigating an enormous code base
    11 projects | /r/emacs | 25 Apr 2022
    rg.el or deadgrep: Emacs interfaces to ripgrep, a grep-like tool that is very fast. This lets us search across a large number of files for a pattern of text. The disadvantage of searching for text is that if you are looking for the method called foo and there are hundreds of them that exist, it can be hard to know which one you really want. On the other hand, at the scale and complexity that you are talking about, I can imagine that more IDE-like tools just start failing.
  • If you have never used wgrep with rg.el to rename a function in several files, try it | that will blow your mind
    6 projects | /r/emacs | 18 Apr 2022
    In this post we see how to rename interactively a function that appears in several files using rg.el and wgrep!
  • ripgrep is fantastic | Emacs is fantastic | BOOM you get the fantastic rg.el
    3 projects | /r/emacs | 15 Apr 2022
    rg.el is an Emacs UI for the cli ripgrep.
  • Recreated Vim Workflow. What else is cool?
    1 project | /r/emacs | 9 Mar 2022
    Oh that's a good point about quickfix. I do end up going back to vim for that sort of thing too I guess. In emacs I did setup https://github.com/dajva/rg.el which gives you https://rgel.readthedocs.io/en/2.1.0/usage.html#results-buffer to look through results but I've never tried to do something like cnext/cfdo/colder/cnewer in emacs.
  • Is there a magit-like interface for grep?
    5 projects | /r/emacs | 17 Feb 2022
    I use a different ripgrep integration, rg. It has a menu using transient, just like magit (set it up with (rg-enable-menu)). It makes rerunning the searches with different parameters easy.
  • Is it possible to search text into OCRed PDFs? How?
    3 projects | /r/emacs | 29 Jan 2022
    You can use the rg.el and change the executable to use the ripgrep-all. For example:
  • Weekly tips/trick/etc/ thread
    2 projects | /r/emacs | 27 Jan 2021
    Another option is https://github.com/dajva/rg.el

What are some alternatives?

When comparing Emacs-wgrep and rg.el you can also consider the following projects:

deadgrep - fast, friendly searching with ripgrep and Emacs

embark - Emacs Mini-Buffer Actions Rooted in Keymaps

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

iedit - Modify multiple occurrences simultaneously

pdfgrep - PDFGrep is a GNU/Emacs module providing grep comparable facilities but for PDF files

lunarymacs - Moon-based Emacs configuration.

urgrep - Universal recursive grep for Emacs

melpa - Recipes and build machinery for the biggest Emacs package repo

emacs-find-file-rg - Find file in current project using rg --files command

doomemacs - An Emacs framework for the stubborn martian hacker

counsel-ag-popup - The power of searching with ag using counsel with transient popups Magit style.