launchbar-github icon indicating copy to clipboard operation
launchbar-github copied to clipboard

A LaunchBar action for GitHub

Results 23 launchbar-github issues
Sort by recently updated
recently updated
newest added

This plugin looks really useful. Thanks for your work on it! However, the GitHub permissions it asks for after [clicking Install](http://launchbar-github.com) seemed a bit, well, permissive 😄. For example, it...

I can't reproduce this in every case, but nonetheless I do sometimes see this when running ` gist`:

In addition to #25, it would be nice if there was an option in settings to update this action to the latest version.

Given that this tool was written in Javascript, it might be nice to add exception tracking to see where people are running into problems. It looks like [Sentry](https://sentry.io/for/javascript/) might have...

Given that this tool was written in Javascript, it might be nice to add anonymized analytics to see which views are most popular to help drive the product forward.

It would be nice to expose the version from the Settings view.

Unfortunately there's no LaunchBar API to remove files, but one thing that we could do is iterate over the files that exist in the cache directory and zero them out.

When the token doesn't have the appropriate scopes, the action can't access the API and it's not apparent why.

It'd be great to test the `GitHubLB` class. This could act as the "integration test" to ensure that various different inputs expose the correct outputs. We'll just want to stub...