Add select-and-show-color.sh
This commit is contained in:
parent
feadbf8d47
commit
da3292d2c7
5
select-and-show-color.sh
Executable file
5
select-and-show-color.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
local color="$(xcolor)"
|
||||
printf '%s' "${color}" | xclip -selection clipboard
|
||||
notify-send -t 5000 "Color Coppied" "${color}"
|
Loading…
Reference in New Issue
Block a user