├── README.md ├── main.js ├── package.json └── sketchtool ├── README.txt ├── RELEASE NOTES.txt ├── bin ├── sketchmigrate └── sketchtool ├── install.sh └── share └── sketchtool └── resources.bundle └── Contents ├── Info.plist └── Resources ├── RELEASE NOTES.txt ├── en.lproj └── InfoPlist.strings ├── noise-1.png ├── noise-2.png ├── noise-3.png └── noise-4.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/README.md -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/main.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/package.json -------------------------------------------------------------------------------- /sketchtool/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/README.txt -------------------------------------------------------------------------------- /sketchtool/RELEASE NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/RELEASE NOTES.txt -------------------------------------------------------------------------------- /sketchtool/bin/sketchmigrate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/bin/sketchmigrate -------------------------------------------------------------------------------- /sketchtool/bin/sketchtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/bin/sketchtool -------------------------------------------------------------------------------- /sketchtool/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/install.sh -------------------------------------------------------------------------------- /sketchtool/share/sketchtool/resources.bundle/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/share/sketchtool/resources.bundle/Contents/Info.plist -------------------------------------------------------------------------------- /sketchtool/share/sketchtool/resources.bundle/Contents/Resources/RELEASE NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/share/sketchtool/resources.bundle/Contents/Resources/RELEASE NOTES.txt -------------------------------------------------------------------------------- /sketchtool/share/sketchtool/resources.bundle/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/share/sketchtool/resources.bundle/Contents/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-1.png -------------------------------------------------------------------------------- /sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-2.png -------------------------------------------------------------------------------- /sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-3.png -------------------------------------------------------------------------------- /sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marekhrabe/sketchtool/HEAD/sketchtool/share/sketchtool/resources.bundle/Contents/Resources/noise-4.png --------------------------------------------------------------------------------