An open API service indexing awesome lists of open source software.

https://github.com/kartoffelchipss/hexpick

A simple color picker app for Linux
https://github.com/kartoffelchipss/hexpick

color color-picker colors electron electron-app linux-app picker

Last synced: 9 months ago
JSON representation

A simple color picker app for Linux

Awesome Lists containing this project

README

          




Logo

HexPick


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

## Installation

### Easy way:

Go to the [Releases](https://github.com/KartoffelChipss/HexPick/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](LICENSE)