This is a package that extends the fast keystroke launcher keypirinha (http://keypirinha.com/). It provides configurable commands to run on your git repositories directly from keypirinha. For example: Opening the repository in your favorite Git GUI Client or development enviroment.
Configure your scan paths, to let the plugin find the git repositories on your hard drive start using the plugin.
Available commands via default configuration include:
- Open git-bash console in repository
- Open repository path in Windows Explorer
- Open repository in Fork / GitExtensions / Sublime Merge (various GUI clients)
- Opening special files like Visual Studio Solutions from a repository (via configurable search patterns)
- Running automatic garbage collection on all found repositories (
git gc --auto
) - more commands you can configure yourself
All items are prefixed with Git:
With PackageControl
Install Package "Keypirinha-Git"
- Download the
Git.keypirinha-package
from the releases. - Copy the file into
%APPDATA%\Keypirinha\InstalledPackages
(installed mode) or<Keypirinha_Home>\portable\Profile\InstalledPackages
(portable mode)