vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Copy link to clipboard #224

Open aaronjensen opened 6 years ago

aaronjensen commented 6 years ago

After creating a pull request, gh-pulls copies a link to the PR to your clipboard. This is super handy and would be great if magithub did the same. Thanks!

vermiculus commented 6 years ago

After creating a pull request in magithub, the pull request is actually opened in emacs. From there you can use w (magithub-browse-thing) to open the PR in your browser. Do you want some other keybinding (perhaps M-w) to just copy the URL as a kill?

aaronjensen commented 6 years ago

Ah, didn't know about w. I do still like the auto-copy, but I can probably live w/ w. Something like what you're describing w/ M-w is often useful for things like copying a link to a file on github, so I could see it being useful in this case too.

vermiculus commented 6 years ago

Cool 😄 I still like the idea of M-w, so I'll leave this open for that feature request.

You should take a peek at magithub-map 😉

agzam commented 6 years ago

Seems it's related to #284