^ Programs & Scripts

KJagave 🎨

kjagave logo
a color picker inspired by agave, but only with the features I actually used

screenshot of kjagave

features

requirements

installation

arch linux

cd archlinux
makepkg -si

see archlinux/README.md for more details.

manual build

cd src
go mod download
go mod download github.com/gotk3/gotk3
go build -o kjagave main.go

running

./kjagave

usage

  1. use the color picker button to open the full color selection dialog
  2. click “Pick from Screen” to grab a color from anywhere on your screen - your cursor will change to a crosshair, click on any pixel to select its color
  3. click “Copy to Clipboard” to copy the hex color code
  4. click “Save…” to save the current color to your favorites list
  5. expand “Saved Colors” to view and manage your saved colors
  6. select a saved color to load it in the picker
  7. click “Delete” to remove a selected saved color

saved colors are stored in ~/.config/kjagave.json as json.