select-and-show-color.sh 143 B

123456
  1. #!/usr/bin/env zsh
  2. local color="$(xcolor)"
  3. printf '%s' "${color}" | xclip -selection clipboard
  4. notify-send -t 5000 "Color Coppied" "${color}"