Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Isogai

Licensed 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 at

http://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.
```