axieax / urlview.nvim

🔎 Neovim plugin for viewing all the URLs in a buffer
MIT License
232 stars 5 forks source link

Feature Request: Export Action #54

Closed kevintraver closed 9 months ago

kevintraver commented 10 months ago

It would be awesome if there was an action to export the list of Urls.

Perhaps into a new buffer?

kevintraver commented 9 months ago

This can actually be done using telescope and then passing to quickfix, so Ill go ahead and close.

axieax commented 9 months ago

That's actually a great solution, love it! 🧠

kevintraver commented 9 months ago

The telescope integration is great!

What would also be awesome if the position information (line/column) could get saved into telescope (and then quickfix).

That would make searching/moving between them even easier.

Ill look into how telescope does it with some of the other pickers.