wfxr / tmux-fzf-url

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

Fix GitHub regex #28

Closed joshmedeski closed 1 year ago

joshmedeski commented 1 year ago

Made a minor update to the regular expression that should properly handle single or double quotes.

Please feel free to test it yourself before merging.

Here are some examples of the expected formats: "joshmedeski/dotfiles" 'joshmedeski/dotfiles'

joshmedeski commented 1 year ago

@wfxr can this be merged?

wfxr commented 1 year ago

Hi @joshmedeski, Sorry for the late reply. Which case did not return the result you expected? I tested both the examples you provided and found both were worked well.

joshmedeski commented 1 year ago

Hmm, interesting. Well if it's working for you then I guess I'll close this PR.