Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidegiacometti/PowerToys-Run-GitKraken
Simple PowerToys Run experimental plugin for quickly open GitKraken repositories
https://github.com/davidegiacometti/PowerToys-Run-GitKraken
git gitkraken microsoft-powertoys powertoys powertoys-run powertoys-run-plugin search
Last synced: 2 months ago
JSON representation
Simple PowerToys Run experimental plugin for quickly open GitKraken repositories
- Host: GitHub
- URL: https://github.com/davidegiacometti/PowerToys-Run-GitKraken
- Owner: davidegiacometti
- License: mit
- Created: 2023-04-11T20:51:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:15:04.000Z (6 months ago)
- Last Synced: 2024-08-03T22:16:35.151Z (5 months ago)
- Topics: git, gitkraken, microsoft-powertoys, powertoys, powertoys-run, powertoys-run-plugin, search
- Language: C#
- Homepage:
- Size: 493 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-powertoys-run-plugins - GitKraken - Open GitKraken repositories. (Plugins)
- jimsghstars - davidegiacometti/PowerToys-Run-GitKraken - Simple PowerToys Run experimental plugin for quickly open GitKraken repositories (C# #)
README
# PowerToys Run: GitKraken plugin
Simple [PowerToys Run](https://learn.microsoft.com/windows/powertoys/run) experimental plugin for quickly open [GitKraken](https://www.gitkraken.com/) repositories.
## Requirements
- GitKraken 9.x
- PowerToys minimum version 0.76.0## Installation
- Download the [latest release](https://github.com/davidegiacometti/PowerToys-Run-GitKraken/releases/) by selecting the architecture that matches your machine: `x64` (more common) or `ARM64`
- Close PowerToys
- Extract the archive to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`
- Open PowerToys## Localization
Pull requests for new languages or improvements to existing translations are welcome.
- Fork and clone this repository
- Open `Community.PowerToys.Run.Plugin.GitKraken.sln` in Visual Studio
- In Solution Explorer, navigate to `Community.PowerToys.Run.Plugin.GitKraken\Properties`
- To enhance existing translations, open and update the relevant `.resx` file
- To add a new language, create a new resource file named `Resources.xx-XX.resx` (e.g. `Resources.it-IT.resx` for Italian)
- Once you're done, commit your changes, push to GitHub, and make a pull request