Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kawamataryo/copy-git-link
- Owner: kawamataryo
- Created: 2021-10-07T12:45:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T21:45:13.000Z (11 months ago)
- Last Synced: 2024-04-15T15:20:29.509Z (7 months ago)
- Topics: git, intellij, intellij-plugin, kotlin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/17756-copy-git-link
- Size: 1.46 MB
- Stars: 23
- Watchers: 5
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
- Bitbuckethttps://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