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
counsel-ag doesn't work with TRAMP #669
Comments
Does ag even work on a remote machine? |
I don't thinks so. But it shouldn't be an issue since TRAMP give the ability to run commands on the remote box. |
Please test, |
You fixed it. And you were blazing fast. |
Closed
jeberger
added a commit
to jeberger/swiper
that referenced
this issue
Oct 10, 2017
Makes `counsel--async-command` work on remote buffers. This removes the need for the workaround introduced in `counsel-ag-function` with abo-abo#669 and should fix similar issues in other commands or plugins. Fixes abo-abo#1229
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example doing
counsel-ag
with a buffer containing the file/ssh:myserver:/etc/apt/sources.list
will result on a search on/home/username/
on thelocalhost
machine. This also appear when the buffer display a file opened assudo
on thelocalhost
.The expected behaviour would be to search from the opened file on the remote machine if
ag
is installed or assudo
if the file was openned assudo
.The text was updated successfully, but these errors were encountered: