cliffrowley / atom-open-in-github-app

Atom package to open the current project in GitHub.app
MIT License
5 stars 1 forks source link

IMPORTANT NOTE

I am no longer maintaining this project. Please contact me or create an issue if you wish take ownership of it.

Open in GitHub App

Opens the current project in GitHub app for Mac or Windows.

Features

Keymaps

On both platforms the default keymap is ctrl-alt-g.

Windows

The GitHub app behaves very differently on Windows. Most notably there doesn't seem to be a way to launch the app with a local directory (only a repository URL), which has a few implications:

Essentially you just need to ensure that the GitHub app is already aware of your repository before you try launching it via Atom. And if at any point you move your local repository, ensure the GitHub app is aware of this.

We've asked GitHub to update the app to allow launching with a local directory, but so far our request seems to have fallen on deaf ears. If by some miracle our request is implemented, we'll update this package and unify the behaviour.

Mac

The app pretty much behaves as you would expect and if your project directory is not known to the GitHub app it will be added to its sidebar and remembered.

Authors

Contributing

Issues and pull requests are always welcome!