-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open a searched file on macOS #240
Comments
I can confirm these same errors with |
It's hardcoded to try ripgrep-all/src/bin/rga-fzf-open.rs Line 16 in dcbcb71
It's needs to use |
the rga-fzf-open script is pretty hacky in general. I should probably remove or replace it with something more clean / configurable |
@yunake: The current behavior seems to only try
@phiresky: Personally, I believe the bundled script has value. Rather than removing it, I suggest a fix along the lines of the above-linked pull request. Then perhaps a subsequent iteration with more configurability would also be very welcome. 😊 |
Well the only reason why evince is hard coded is because it actually opens the find menu on evince (via |
Describe the bug
I search for some using
rga-fzf foo
and then do a enter on the file name in the results sidebar. However I am getting an error -Error: No such file or directory (os error 2)
To Reproduce
Attach example file:
Run command:
Output
Screenshots
If applicable, add screenshots to help explain your problem.
Operating System and Version
MacOS Sonoma 14.1.2
Output of
rga --version
ripgrep-all 0.10.6 - Installed via homebrew
The text was updated successfully, but these errors were encountered: