tmux-plugins / tmux-urlview

Quickly open any url on your terminal window!
MIT License
266 stars 33 forks source link

Multiline URLs #30

Closed mjuarezm closed 4 years ago

mjuarezm commented 4 years ago

I am using tmux-urlview to open the URLs on my curses-based email client. Sometimes, however, the URLs are too long and split in multiple lines. In those cases, tmux-urlview does not parse the URL correctly and I end up copy pasting the two parts of the URL on my browser's URL bar.

I'm not sure if this is considered a bug, but I think urlview should be able to handle these cases.

mjuarezm commented 4 years ago

Actually, I'm going to post this in urlview's issue tracker. I think it should go there. Sorry for that.