tmux-plugins/tmux-open

Long URLs ruin all my fun

qstrahl opened this issue · 2 comments

If a URL is so long that it wraps around to the next line, trying to open it causes xargs to break it into two or more open commands. This could be fixed by passing -0 to xargs (break on null byte instead of new line), but I'm not sure whether or not the break-on-newline behaviour is considered a feature for this plugin.

@bruno- Could you confirm for me whether or not the break-on-newline behaviour is important to this plugin? I'd really like to take a stab at resolving this, but not if it has no chance of being merged upstream.

Hey, this is something I was never able to resolve. I'd prefer if it worked but I'm unsure if it can be done