Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kawamataryo/copy-git-link

Provides a shortcut to copy permalink in their online Git repositories.
https://github.com/kawamataryo/copy-git-link

git intellij intellij-plugin kotlin

Last synced: 4 days ago
JSON representation

Provides a shortcut to copy permalink in their online Git repositories.

Awesome Lists containing this project

README

        

Screen Shot 2021-10-11 at 7 51 44

# Copy Git Link

![Build](https://github.com/kawamataryo/copy-git-link/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/17756-copy-git-link.svg)](https://plugins.jetbrains.com/plugin/17756-copy-git-link)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17756-copy-git-link.svg)](https://plugins.jetbrains.com/plugin/17756-copy-git-link)

Provides a shortcut to copy permalink in their online Git repositories from inside IDE.

Works with:

- GitHub
- GitLab
- Bitbucket

https://user-images.githubusercontent.com/11070996/136949256-3427fa29-45d4-4d9d-9f0b-1f0b8836c6de.mp4

## Usage

Select the code you want to copy the permalink to, and click "Copy permalink" from the context menu. The permalink will be saved to the clipboard.

And, Click "Copy permalink as MD" to copy the link in Markdown format.

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "Copy Git Link" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/kawamataryo/copy-git-link/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template