wfxr / tmux-fzf-url

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

fix: remove single and double quotes from github repo names #31

Closed fheinle closed 1 year ago

fheinle commented 1 year ago

The sed call did not remove quotes around repo names.

i.e.

$ echo 'owner/repo'
owner/repo
# invoke tmux-fzf-url
1 https://github.com/'owner/repo'
fheinle commented 1 year ago

sorry, duplicate PR to #30