Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 831 Bytes

File metadata and controls

36 lines (25 loc) · 831 Bytes

Helper for searching individual colors in your terminal

Idea

The idea came after visiting the site with palettes and I thought there were so many uniform and uninteresting palettes that I decided to create a tool that would give much more individual colors based on computer randomness.

Installation

Install the necessary dependencies

 sudo apt install libcairo2-dev libfreetype-dev xsel

Check the realese page

or

Build from source code

git clone https://github.com/aprogramq/color-hunter.git && \
sudo apt install gcc curl unzip xxd && \
cd color-hunter && bun i && bun run build.ts

Contributing

Welcome any comments and fix bugs in my code.