[go: up one dir, main page]

Skip to content

dandansoysauce/pall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pall icon Pall Build Status Build status

Pick a color. Anywhere.

Get it from the Snap Store

Usage

Point to wherever on your screen and ctrl + shift + c - copies the color pointed by the mouse to the clipboard and saves it.

ctrl + shift + z - copies the last picked color.

Dependencies

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir