All Projects → geremachek → Przm

geremachek / Przm

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

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Przm

przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 19 (+11.76%)
Mutual labels:  color, color-picker, tui, rgb, command-line-tool
Geek Life
The Todo List / Task Manager for Geeks in command line
Stars: ✭ 212 (+1147.06%)
Mutual labels:  command-line-tool, command-line, tui
React Colorpickr
A themeable colorpicker with HSL and RGB support for React
Stars: ✭ 180 (+958.82%)
Mutual labels:  rgb, color, color-picker
global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (+82.35%)
Mutual labels:  color, color-picker, rgb
rgb-tui
Create and get colors code from the terminal using a nice interface.
Stars: ✭ 57 (+235.29%)
Mutual labels:  color, tui, rgb
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+4405.88%)
Mutual labels:  rgb, color, color-picker
Iro.js
🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
Stars: ✭ 796 (+4582.35%)
Mutual labels:  color, color-picker
Rtv
Browse Reddit from your terminal
Stars: ✭ 4,558 (+26711.76%)
Mutual labels:  command-line, tui
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-5.88%)
Mutual labels:  color, color-picker
Jsonui
jsonui is an interactive JSON explorer on your command line
Stars: ✭ 583 (+3329.41%)
Mutual labels:  command-line-tool, command-line
Dateutils
nifty command line date and time utilities; fast date calculations and conversion in the shell
Stars: ✭ 458 (+2594.12%)
Mutual labels:  command-line-tool, command-line
Cli
A command-line interface for Hetzner Cloud
Stars: ✭ 542 (+3088.24%)
Mutual labels:  command-line-tool, command-line
Sultan
Sultan: Command and Rule over your Shell
Stars: ✭ 625 (+3576.47%)
Mutual labels:  command-line-tool, command-line
Cbt
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Stars: ✭ 489 (+2776.47%)
Mutual labels:  command-line-tool, command-line
Vanilla Colorful
A tiny color picker custom element for modern web apps (2.7 KB) 🎨
Stars: ✭ 467 (+2647.06%)
Mutual labels:  color, color-picker
Transity
Keep track of your 💵, 🕘, 🐖, 🐄, 🍻 on your command line
Stars: ✭ 528 (+3005.88%)
Mutual labels:  command-line-tool, tui
Node.cli Progress
⌛️ easy to use progress-bar for command-line/terminal applications
Stars: ✭ 466 (+2641.18%)
Mutual labels:  command-line-tool, command-line
Broot
A new way to see and navigate directory trees : https://dystroy.org/broot
Stars: ✭ 6,362 (+37323.53%)
Mutual labels:  command-line-tool, command-line
Stronghold
Easily configure macOS security settings from the terminal.
Stars: ✭ 813 (+4682.35%)
Mutual labels:  command-line-tool, command-line
Papis
Powerful and highly extensible command-line based document and bibliography manager.
Stars: ✭ 636 (+3641.18%)
Mutual labels:  command-line-tool, command-line

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].