All Projects → geremarchive → przm

geremarchive / przm

Licence: GPL-3.0 license
🎨 A simple, yet feature rich color picker and manipulator

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to przm

Przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 17 (-10.53%)
Mutual labels:  color, color-picker, tui, rgb, command-line-tool
global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (+63.16%)
Mutual labels:  color, color-picker, rgb
React Colorpickr
A themeable colorpicker with HSL and RGB support for React
Stars: ✭ 180 (+847.37%)
Mutual labels:  color, color-picker, rgb
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+3931.58%)
Mutual labels:  color, color-picker, rgb
rgb-tui
Create and get colors code from the terminal using a nice interface.
Stars: ✭ 57 (+200%)
Mutual labels:  color, tui, rgb
ColorHelper
No description or website provided.
Stars: ✭ 34 (+78.95%)
Mutual labels:  color, rgb
reinvented-color-wheel
A vanilla-js touch-friendly HSV color picker inspired by Farbtastic Color Picker.
Stars: ✭ 43 (+126.32%)
Mutual labels:  color, color-picker
ColorTranslator
A JavaScript library, written in TypeScript, to convert among different color models
Stars: ✭ 34 (+78.95%)
Mutual labels:  color, rgb
Farge
🎈Tell the name of hex color
Stars: ✭ 23 (+21.05%)
Mutual labels:  color, rgb
colr pickr
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Stars: ✭ 27 (+42.11%)
Mutual labels:  color, color-picker
pantone-colors
Hex values of all 2310 Pantone colors
Stars: ✭ 147 (+673.68%)
Mutual labels:  color, color-picker
ColorPickView
🐾一个自定义的颜色选择view
Stars: ✭ 19 (+0%)
Mutual labels:  color, color-picker
leeks.js
Simple ANSI styling for your terminal
Stars: ✭ 12 (-36.84%)
Mutual labels:  color, rgb
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+363.16%)
Mutual labels:  color-picker, rgb
react-color
🎨 Is a tiny color picker widget component for React apps.
Stars: ✭ 50 (+163.16%)
Mutual labels:  color, color-picker
colorizzar
📗 -> 📘 Change color of png keep alpha channel in php!
Stars: ✭ 27 (+42.11%)
Mutual labels:  color, hexadecimal
PowerColorLS
PowerShell script to display a colorized directory and file listing with icons
Stars: ✭ 35 (+84.21%)
Mutual labels:  color, command-line-tool
javascript-color-gradient
Lightweight JavaScript library, used to generate an array of color gradients, between start and finish colors.
Stars: ✭ 54 (+184.21%)
Mutual labels:  color, color-picker
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (+178.95%)
Mutual labels:  color, rgb
hex-to-css-filter
Easy way to generate colors from HEX to CSS Filters
Stars: ✭ 20 (+5.26%)
Mutual labels:  color, rgb

przm 🎨

A simple, yet feature rich color picker and manipulator (w/ vi keybindings!)



Usage:

Usage: przm [OPTION] [COLOR]
A simple, yet feature rich color picker and manipulator

--help, -h: Display this information
--rgb, -r: Return the color in the RGB format
--hex, -x: Return the color in the hexadecimal format
--output, -o: Don't clean up the output
--foreground, -f: Color the text foreground
--background, -b: Color the text background

h: Increment the 'R' value
j: Increment the 'G' value
k: Increment the 'B' value
l: Increment all values (brightens the color)

b: Decrement the 'R' value
n: Decrement the 'G' value
m: Decrement the 'B' value
,: Decrement all values (dims the color)

H: Randomly set the 'R' value
J: Randomly set the 'G' value
K: Randomly set the 'B' value
L: Randomly set all values 

[space]: Sets the color to black

q: Exit the program
[number]: Set the increment to [number] (0 = 10)

Dependencies

go get github.com/geremachek/escape 
go get github.com/geremachek/tinyscr
go get github.com/spf13/pflag
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].