Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiraji/open-commit-on-github
Intellij Plugin that open GitHub pages that describe when the line is added
https://github.com/shiraji/open-commit-on-github
Last synced: about 1 month ago
JSON representation
Intellij Plugin that open GitHub pages that describe when the line is added
- Host: GitHub
- URL: https://github.com/shiraji/open-commit-on-github
- Owner: shiraji
- License: apache-2.0
- Created: 2016-03-15T22:05:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T15:32:17.000Z (over 8 years ago)
- Last Synced: 2024-10-30T02:42:15.796Z (3 months ago)
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/8297?pr=
- Size: 10.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# open-commit-on-github
[![Build Status](https://travis-ci.org/shiraji/open-commit-on-github.svg?branch=master)](https://travis-ci.org/shiraji/open-commit-on-github)
Open Commit on GitHub is a similar feature with GitHub integration's [Open on GitHub](https://www.jetbrains.com/help/idea/2016.1/using-github-integration.html?origin=old_help). This plugin opens the page that adds the selected line.
## How to use
* Select/Choose a line
* Right click
* Select Open Commit on GitHub
* Open GitHub page that the selected line added/changed## Installation
Use the IDE's plugin manager to install the latest version of the plugin.
or
[Download](https://github.com/shiraji/open-commit-on-github/blob/master/open-commit-on-github.zip?raw=true) jar file and then go to Preferences > Plugins > Install plugin from disk... > Select the jar file you downloaded
## License
```
Copyright 2016 Yoshinori IsogaiLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```