search icon indicating copy to clipboard operation
search copied to clipboard

GUI built on ripgrep for recursive file content searching.

Results 15 search issues
Sort by recently updated
recently updated
newest added

Is there a way to add ripgrep -z option to search inside compressed files too ?

enhancement

The issue is when re-ordering the tabs, they don't appear visually in the same order they are in memory. This make tab switching with hotkeys very weird as it follow...

enhancement

It's possible to have non-utf8 paths both on Windows and on Linux. Currently, we wouldn't be able to add them, because we can only draw UTF-8 paths. One options would...

enhancement

This seems to unfortunately not be possible using Windows API (that rfd uses). One option is to create our own file dialog, but that's quite a bit of extra work....

enhancement

Feature request originally from issue #19. One interesting option, especially when searching only 1 path, would be to print the path relative to the directory that initiated the search. ripgrep...

enhancement

It can be hard to filter down results in some cases. When this happen, it could be quite useful to remove results (e.g. with hotkey "del") to have fewer cases...

enhancement

The main goal would be to use the .sln solution files for Visual Studio and search all files included in projects of this solution. Some stuff to consider: - We...

enhancement

It's likely because we don't support the right format.

bug

This is likely due to the known problem of OpenGL not being initializable in a remote desktop session, but it would be best to have an appropriate error. Note that...

bug

This come with some cost, especially when incremental search are enable. Unfortunately, it's currently baked in the crate we use to do the directory walk. See here: https://github.com/BurntSushi/ripgrep/blob/fe97c0a152cabc1bc07ec36b4b1e27cd230c3014/crates/ignore/src/walk.rs#L1285-L1304

enhancement