dumb-jump VS rg.el

Compare dumb-jump vs rg.el and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dumb-jump rg.el
14 9
1,538 460
- -
3.3 5.2
about 2 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.

dumb-jump

Posts with mentions or reviews of dumb-jump. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-12.
  • Jump around huge code bases in Emacs without LSP or TAGS
    1 project | /r/planetemacs | 21 Mar 2023
    TLDW It describes the dumb-jump emacs package: https://github.com/jacktasia/dumb-jump
  • Scala support
    1 project | /r/emacs | 10 Feb 2023
    I use lsp for C++, but for jump to definition I like dumb jump, because it works.
  • How to develop Xcode project in emacs?
    10 projects | /r/emacs | 12 Nov 2022
    Oh, I forgot to mention, I have also found dumb-jump to work pretty well for Xcode projects, with no configuration.
  • Closing 10% of all Emacs bugs
    2 projects | news.ycombinator.com | 6 Sep 2022
    I don't really have any trouble using Emacs on the "modern" C++ codebases that I'm working on. I've tried lsp-mode and eglot with clangd but found that really all I need is a little bit of elisp to call clang-format, dumb-jump (<https://github.com/jacktasia/dumb-jump>) to jump to definition, and project-compile to build the project and collect warnings/errors into a buffer.
  • Crystal Programming Language
    10 projects | news.ycombinator.com | 1 Sep 2022
    > 2. No language server (apparently it's just impossible due to the way the language works). Tbh, I'd be happy with just "Go to definition" but alas, no-can-do!

    Emacs' dumb-jump appears to have some basic support for go to definition: https://github.com/jacktasia/dumb-jump/blob/master/dumb-jump...

    But out of curiosity, what is the issue from a technical point of view?

  • How I use Emacs to write Perl
    5 projects | dev.to | 24 Aug 2022
    For jumping between function definitions I use dumb-jump, which usually just works. I configure dumb-jump to use ag for its searching which makes it work very quickly.
  • Trying to get "better-jumper" work.
    5 projects | /r/emacs | 12 Aug 2022
    Mark ring may be what you want. If you want to jump around a code base, Dumb Jump is great: https://github.com/jacktasia/dumb-jump
  • Navigating an enormous code base
    11 projects | /r/emacs | 25 Apr 2022
    dumb-jump: another tool based on ripgrep, this one defines regexes for what definitions look like in a bunch of languages. This gives you a primitive jump-to-def functionality without any setup (except installing ripgrep). The pros and cons are roughly the same as rg.el and deadgrep: you might not jump to exactly the thing you want (if there are multiple choices, you can select the definition you prefer), but it requires no setup and is pretty fast.
  • Does anyone use Emacs to development big Golang project like Kubernetes?
    4 projects | /r/emacs | 19 Apr 2022
    I recommend https://github.com/jacktasia/dumb-jump
  • Building an Intelligent Emacs
    14 projects | news.ycombinator.com | 11 Feb 2022
    While I have no idea about tags, I want to say that you may find something as simple as dumb-jump[1] does what you want most of the time.

    [1] https://github.com/jacktasia/dumb-jump

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 dumb-jump and rg.el you can also consider the following projects:

ChezScheme - Chez Scheme

deadgrep - fast, friendly searching with ripgrep and Emacs

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

quelpa - Build and install your Emacs Lisp packages on-the-fly directly from source

urgrep - Universal recursive grep for Emacs

importmagic.el - An Emacs package that resolves unimported Python symbols

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

dap-mode - Emacs :heart: Debug Adapter Protocol

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

crystal-spacemacs-layer - Spacemacs contribution layer for Crystal