5 ms·
Yeah, copying GitHub URLs sucks. You cannot actually select it with your mouse, since some creepy JavaScript interferes and selects it for you. the result is th
by cschramm 13y ago
Yeah, copying GitHub URLs sucks. You cannot actually select it with your mouse, since some creepy JavaScript interferes and selects it for you. the result is that it's selected, but not copied to PRIMARY, as you'd expect. I fall into this trap every single time.
- rgrau 13y agoBeing pissed off as I always fall into the trap, last week I wrote a userscript that adds a 'clone' button to gh webs. Combined with xdg-open, I clone the repos locally just clicking the 'Clone' link. http://i.imgur.com/AiTFm2R.png http://i.imgur.com/AiTFm2R.png Userscript itself in: https://github.com/kidd/org-protocol-github-lines/blob/clone-repo/browser/org-protocol-github-repo.user.js https://github.com/kidd/org-protocol-github-lines/blob/clone...