├── Arrowfy.sketchplugin └── Contents │ └── Sketch │ ├── manifest.json │ └── script.cocoascript ├── LICENSE ├── README.md ├── arrowfy_menu.png └── arrowfy_scrnshot.png /Arrowfy.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joclin/arrowfy/HEAD/Arrowfy.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /Arrowfy.sketchplugin/Contents/Sketch/script.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joclin/arrowfy/HEAD/Arrowfy.sketchplugin/Contents/Sketch/script.cocoascript -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joclin/arrowfy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joclin/arrowfy/HEAD/README.md -------------------------------------------------------------------------------- /arrowfy_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joclin/arrowfy/HEAD/arrowfy_menu.png -------------------------------------------------------------------------------- /arrowfy_scrnshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joclin/arrowfy/HEAD/arrowfy_scrnshot.png --------------------------------------------------------------------------------