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
- Host: GitHub
- URL: https://github.com/kartoffelchipss/hexpick
- Owner: KartoffelChipss
- License: gpl-3.0
- Archived: true
- Created: 2024-02-08T21:22:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T08:06:42.000Z (over 2 years ago)
- Last Synced: 2025-03-12T09:35:56.515Z (over 1 year ago)
- Topics: color, color-picker, colors, electron, electron-app, linux-app, picker
- Language: JavaScript
- Homepage: https://github.com/KartoffelChipss/HexPick
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)