Skip to content

del-Real/colorp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorp logo

colorp

Simple CLI color picker for Linux made with Xlib (X11)

  • Displays RGB and HEX color values (the application must be run via terminal)
  • To copy a color value, select it from the terminal and press [Ctrl] + [Shift] + [C]
  • Press [Q] or [Esc] in the terminal to exit the application
  • Press [Ctrl] + [C] in the terminal to force exit the application

Manual installation

Dependencies (Debian / Ubuntu)

$ sudo apt-get install libx11-dev libxext-dev

Run the application

$ cc -o colorp colorp.c -lX11
$ ./colorp

About

A simple CLI Color Picker for Linux (X11)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages