Jetbrains plugin that provides a shortcut to copy the current file path with the current commit on the current branch. Copy only.
This plugin is published on the JetBrains Plugin Repository:
Preferences → Plugins → Browse Repositories → Search for "CopyGithubUrl"
Clone this repository:
$ git clone [email protected]:nagamejun/CopyGithubUrl.git
$ cd CopyGithubUrl
Update the permissions:
$ chmod +x ./gradlew
Build the plugin zip file:
$ ./gradlew buildPlugin
Install the plugin from ./build/distributions/CopyGithubUrl-*.zip
:
Preferences → Plugins → Install plugin from disk
Please see LICENSE for details.