wfxr / tmux-fzf-url

🚀 Quickly open urls on your terminal screen!
Other
512 stars 42 forks source link

Fix nothing-chosen and multiple-chosen cases #27

Closed bitkeen closed 1 year ago

bitkeen commented 1 year ago

With previous version:

  1. Exiting fzf without choosing a URL leads to the following error in tmux:
    '/home/user/.tmux/plugins/tmux-fzf-url/fzf-url.sh '' screen' returned 1
  2. Choosing multiple URLs leads to them being joined into a single one

Bash version 5.1.16 on Linux.

wfxr commented 1 year ago

@bitkeen LGTM! Thanks for your contribution!