counsel-rg gets no search results on Windows and result links can't be followed #795
Comments
mwolson
pushed a commit
to mwolson/swiper
that referenced
this issue
Nov 25, 2016
* counsel-ag-function: Take base-cmd as a parameter instead of using counsel-ag-base-command * counsel-rg-base-command: Include line numbers and current directory so it works on Windows * Make counsel-rg a modified copy of counsel-ag instead of calling it, so we get a working occur buffer * Update docs to mention counsel-rg * ivy: Add 'counsel-rg to multiple memq lists that check for 'counsel-ag
abo-abo
added a commit
that referenced
this issue
Aug 2, 2019
astoff
added a commit
to astoff/swiper
that referenced
this issue
Jan 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default value of
counsel-rg-base-command
is currently missing the.
parameter - without this,rg
version 0.3.1 will fail to find any results on Windows.Further, it is also missing
--line-numbers
which is necessary to follow links correctly, and there are multiple problems with theC-c C-o
command.An incoming merge request will address all of this.
The text was updated successfully, but these errors were encountered: