chenyanming / calibredb.el

Emacs calibre client - An Ebook Management Solution in Emacs.
GNU General Public License v3.0
316 stars 16 forks source link

Possible to jump to location in file with calibredb-rga? #47

Open anaxonda opened 2 years ago

anaxonda commented 2 years ago

Hello,

I have been using calibredb-rga command to search files. I am wondering if it is possible to jump to the search result in the file? Currently this does not work, and its unclear to me if is supposed to work this way.

I have been using this gist in the past: https://gist.github.com/snippins/c8c9ade536881d1def67c2b69e51ed82

However, its not as clean as using rga.

Cheers

chenyanming commented 2 years ago

I think this is not easy to implement in this package, since the calibredb-rga relies on counsel-ag-base-command, maybe we can ask in counsel development repo.