forked icon indicating copy to clipboard operation
forked copied to clipboard

[enh] Parse full URL in addition to "name/project"

Open nyurik opened this issue 8 years ago • 0 comments

Please add a tiny improvement -- allow full URLs like https://github.com/ys/forked to be pasted, in addition to ys/forked. Ideally, in a very generic form:

Extract group 1 and 2 from ^https?:\/\/github\.com\/([^/]+)/([^/]+)(\/.*)?

This will allow event urls to sub-items, like https://github.com/ys/forked/issues to be used.

Thanks for an amazing project!!!

nyurik avatar Jan 01 '18 23:01 nyurik