Skip to content

KartoffelChipss/HexPick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

HexPick

A (very) simple color picker app for Linux using Electron.

Installation

Easy way:

Go to the Releases, download the latest installer and install it.

Little bit harder way:

You need to have Node.js, npm and git installed.

Clone this repository:

git clone https://github.com/KartoffelChipss/HexPick

Move to the apps directory, install all dependencies and start the app:

cd HexPick
npm install
npm run start

If you want to build an installer yourself use the following command:

npm run build

License

GNU General Public License v3.0