bswinnerton / launchbar-github

A LaunchBar action for GitHub
http://launchbar-github.com
MIT License
70 stars 7 forks source link

Add issue / PR to Things #92

Closed bswinnerton closed 6 years ago

bswinnerton commented 6 years ago

Things has support for URI schemes. It'd be really neat if you could paste in a GitHub URL and have LaunchBar fetch the title via an API call (using the GraphQL API's top-level resource field), and then add it to Things.

In other words, when a user enters a URL like the following into LaunchBar:

https://github.com/bswinnerton/launchbar-github/pull/91

...have it automatically convert it to something like:

Review bswinnerton/launchbar-github#91 "Use first class hide() function from LaunchBar"

With the full link back to that Issue / PR.

bswinnerton commented 6 years ago

I wonder if this should be a different LaunchBar action 🤔 .

The commonality between the two is having an Action that is capable of hitting GitHub's GraphQL API.