Skip to content

Simple script that helps to develop applications using the Catppuccin Color Theme by giving a CLI fuzzy finder to copy individual #HEXs to clipboard

License

Notifications You must be signed in to change notification settings

zzampax/Catppuccin-CLI-Color-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catppuccin-CLI-Color-Picker

Introduction

This is a simple CLI color picker made with Bash that copies the selected color to the clipboard. It works on most of the Linux distributions (using X11 or Wayland). The script also runs in TTYs, but it won't copy the color to the clipboard and will only display the color code. It requires the following tools to work:

  • xclip/wl-clipboard
  • jq
  • fzf

Install the Dependencies

Arch Linux

# For X11 based systems
sudo pacman -Sy xclip jq fzf
# For Wayland based systems
sudo pacman -Sy wl-clipboard jq fzf

Debian/Ubuntu

# For X11 based systems
sudo apt install xclip jq fzf
# For Wayland based systems
sudo apt install wl-clipboard jq fzf

Fedora

# For X11 based systems
sudo dnf install xclip jq fzf
# For Wayland based systems
sudo dnf install wl-clipboard jq fzf

Installation

git clone https://github.com/zzampax/Catppuccin-CLI-Color-Picker.git
cd Catppuccin-CLI-Color-Picker
./install.sh

Usage

# Follow the process to select a color
ctp

Uninstallation

rm ~/.local/bin/ctp
rm ~/.local/share/ctp/palette.json

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

Simple script that helps to develop applications using the Catppuccin Color Theme by giving a CLI fuzzy finder to copy individual #HEXs to clipboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages