Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larsxschneider/ShowInGitHub
Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window.
https://github.com/larsxschneider/ShowInGitHub
alcatraz bitbucket git github xcode xcode-plugin
Last synced: 4 days ago
JSON representation
Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window.
- Host: GitHub
- URL: https://github.com/larsxschneider/ShowInGitHub
- Owner: larsxschneider
- License: bsd-2-clause
- Created: 2011-12-14T01:07:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T07:11:49.000Z (over 5 years ago)
- Last Synced: 2024-11-09T20:12:51.104Z (6 days ago)
- Topics: alcatraz, bitbucket, git, github, xcode, xcode-plugin
- Language: Objective-C
- Homepage:
- Size: 3.02 MB
- Stars: 239
- Watchers: 20
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-cn - 官网
README
# Show in GitHub / BitBucket
Xcode plugin to open a related Github or BitBucket page directly from the Xcode editor code window. Installs easily through the Xcode package manager [Alcatraz](http://alcatraz.io/).*Show in GitHub* has been tested with Xcode 5.1.1.
## Usage
Click on any line in a GitHub project and choose "Source Control" (**GitHub** for Xcode <5.0) --> **Open commit on GitHub** in the main menu. (e.g. to send this URL via IM)
**Open file on Github** simply opens the file at its current branch, and not the last commit which changed it. Alternatively you can select a range lines of code and follow the same steps.
[Youtube Tutorial (made under Xcode 4.x)](https://www.youtube.com/watch?v=dWRjkYk8A6s)
![Screenshot](open_commit_example.png)
## Installation
0. Install it via [Alcatraz](http://alcatraz.io/)
or
1. [Clone](github-mac://openRepo/https://github.com/larsxschneider/ShowInGitHub) the repo on your local machine.
2. Build it in Xcode.
3. `ShowInGitHub.xcplugin` should appear in `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins`
3. Restart Xcode
## Contact
Lars Schneider
## License
ShowInGitHub is available under the BSD license. See the LICENSE file for more info.