GithubHelp home page GithubHelp logo

zeplin / color-picker Goto Github PK

View Code? Open in Web Editor NEW
9.0 23.0 2.0 33 KB

macOS color picker that lets you select colors from the project/styleguide you have open in Zeplin

License: MIT License

Swift 100.00%
macos color-picker bundle zeplin

color-picker's Introduction

Zeplin Color Picker 🎨

Zeplin's macOS color picker that lets you select colors from the project you have open in Zeplin. Installing Zeplin's macOS app automatically installs this color picker as well.

Installation

Building the Xcode project produces a bundle called ZeplinColorPicker.colorPicker. Copying this bundle to the ~/Library/ColorPickers/ directory installs it systemwide.

Handy tips

Automate installation

You can install the picker systemwide automatically by adding a run script to the project:

rm -rf ~/Library/ColorPickers/ZeplinColorPicker.colorPicker
cp -R $BUILD_DIR/Debug/ZeplinColorPicker.colorPicker ~/Library/ColorPickers/ZeplinColorPicker.colorPicker

Simplify testing locally

To simplify testing the picker, you can create an application using the Script Editor:

  • Launch Script Editor.app and create a document.
  • Paste the following AppleScript code:
choose color
  • Save the document in “Application” format.

Furthermore, you can launch this application automatically by adding a run script to the project:

kill `pgrep applet`
open APPLICATION_PATH

Uninstall

To uninstall the color picker entirely, you can remove the ZeplinColorPicker.colorPicker bundle within the ~/Library/ColorPickers directory:

rm -rf ~/Library/ColorPickers/ZeplinColorPicker.colorPicker

License

Zeplin Color Picker is released under the MIT license. See LICENSE for details.


Zeplin Logo

Zeplin Color Picker is crafted and maintained by the crew behind Zeplin. Follow @zeplin on Twitter for project updates and releases.

color-picker's People

Contributors

berkcebi avatar kardeslik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

color-picker's Issues

Color Picker is not M1 ready

Zeplin is a universal macOS app but Color Picker is Intel only.(

Can you please make an M1 build or a unversal one?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.