https://github.com/elly-code/cherrypick
A simple color picker for elementary OS
https://github.com/elly-code/cherrypick
Last synced: about 2 months ago
JSON representation
A simple color picker for elementary OS
- Host: GitHub
- URL: https://github.com/elly-code/cherrypick
- Owner: elly-code
- License: gpl-3.0
- Created: 2022-04-21T20:48:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T12:05:51.000Z (2 months ago)
- Last Synced: 2026-01-13T15:18:14.175Z (2 months ago)
- Language: Vala
- Size: 3.25 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Cherrypick
Cherry-pick colors on your screen
## Installation
Cherrypick is designed and developed primarily for [elementary OS]. The latest stable release is available via AppCenter.
[](https://appcenter.elementary.io/io.github.elly_code.cherrypick)
[
](https://flathub.org/apps/io.github.elly_code.cherrypick)
## 💝 Donations
You can donate to various contributors:
- Phoneybadger, the initial creator of the app (https://ko-fi.com/X8X7D99T6)
- teamcons, the main devs and maintainers behind Cherrypick (https://ko-fi.com/teamcons)
## 🏗️ Building
Installation is as simple as installing the above, downloading and extracting the zip archive, changing to the new repo's directory,
and run the following command:
### On elementary OS or with its appcenter remote installed
```bash
flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./io.github.elly_code.cherrypick.yml
```
### On other systems:
First, install the elementary Flatpak runtime & SDK:
```bash
flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak install appcenter io.elementary.Platform//8.2 io.elementary.Sdk//8.2
```
Then follow the elementary OS instructions
## Credits
- Directly inspired by and uses some code from the now unmaintained [ColorPicker](https://github.com/RonnyDo/ColorPicker)
- CMYK support by @DSLitvinov
- [Palette](https://github.com/cassidyjames/palette) for code reference
- [Harvey](https://github.com/danrabbit/harvey) for code reference and design inspiration.
- [Codecard](https://github.com/manexim/codecard) for code reference.