Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almonk/SketchGit
Git plugin for Sketch App
https://github.com/almonk/SketchGit
Last synced: about 1 month ago
JSON representation
Git plugin for Sketch App
- Host: GitHub
- URL: https://github.com/almonk/SketchGit
- Owner: almonk
- License: unlicense
- Created: 2013-08-13T12:44:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T14:31:58.000Z (over 9 years ago)
- Last Synced: 2024-07-03T04:07:17.680Z (5 months ago)
- Language: JavaScript
- Homepage: http://alasdairmonk.com
- Size: 217 KB
- Stars: 397
- Watchers: 15
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sketch - almonk/SketchGit
README
SketchGit
=========#### A simple Git client built right into Sketch.
**Important: For this plugin to work you must be using the non App Store version of Sketch so that its environment is not sandboxed.**
---
##### Installation
* Download this repo as a zip
* Enable scripting within Sketch (in preferences)
* Place the extracted files/folders into your Sketch plugin directory~/library/application support/sketch/plugins#### Default key bindings
Action | Shortcut
:-----------------------------|:----------------------------------------------------------------
Commit | cmd + alt + y
Checkout | ctrl + alt + cmd + c
Branch | ctrl + alt + cmd + b
Open terminal in working dir | ctrl + alt + cmd + t---
Thanks to Bomberstudios for a lot of example code and Pete Hamilton for his help.