vermiculus / magithub

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

Add thing-at-point support for several `github-*' symbols #201

Closed vermiculus closed 6 years ago

vermiculus commented 6 years ago

This should make it possible for more packages to work with Magithub without really 'knowing' about it.

vermiculus commented 6 years ago

@tarsius Is this functionality something you'd be interested in using in Magit? It seems like the most emacs-y solution to integrating with Magithub without actually depending on it.

I can work on a PR if so; if you have any suggestions for behavior (e.g., whether it should only ask if the relevant thing-at-point is nil, etc.), that'd be helpful 😄

Edit: I've created the below PR on Magit to discuss; this conversation probably makes more sense over there. (The conversation will likely impact what's done here, though.)