Git Product home page Git Product logo

Comments (3)

Wilfred avatar Wilfred commented on June 6, 2024 1

I'm open to exploring this, but if you want incremental searching, you probably want ivy-rg. I use it sometimes :)

Deadgrep is intentionally organised around results buffers. This has a number of advantages:

  • It works much better for large repositories, where you don't want to restart a slow search on every keypress.
  • It doesn't use the minibuffer, so you can easily have multiple results buffers to compare.
  • You can keep the results buffer and refer back to it, only updating when you press g. I use this for API updating.

However, it might be interesting to immediately start searching whilst we read the search term from the minibuffer. Most searches are fast. This would work better for text searches than for regexps, as an unfinished regexp is often syntactically broken.

from deadgrep.

NightMachinery avatar NightMachinery commented on June 6, 2024

@Wilfred What's the link of ivy-rg? Google can't find it. Is it the same as +ivy/project-search-from-cwd?
For interactive search; Can't you provide a read-only mode that reads the input on the buffer to actually construct the query string instead of editing the buffer? Then together with the refresh command which can be assigned to RET, things would be good. We can also provide a timer that automatically refreshes every 0.2 seconds if the query has changed.

from deadgrep.

To1ne avatar To1ne commented on June 6, 2024

There's also consult-ripgrep for user of consult.

from deadgrep.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.