FOSSPicks

Color editor

pastel

Keeping within the territory of doing one simple job well, especially on the command line, pastel is a tool that helps you work with colors. You type pastel color red, for example, and a swatch of perfectly rendered color is dropped into your command buffer, complete with checkered background for contrast, Hex, RGB, and HSL values, and a few close color suggestions. Until you start to play with it, you don't realize that there's nothing simple about working with colors. For instance, pastel needs to parse and output the plethora of color formats, ranges, and color spaces that most of us would rather leave to Photoshop's small print. These include RGB (sRGB), HSL, CIELAB, and CIELCh alongside ANSI with both 8-bit and 24-bit output. However, what it can do with them is quite magical.

Taking the previous example, you can pipe the output from pastel color red into a new pastel command with the mix argument, such as pastel mix -- blue. This will generate a swatch of the mixed color, complete with similar color names. You can use the format argument to convert one color format to another, show raw colors from their numeric input, list all CSS color names, or even generate any number of colors from which to choose. If you can't find what you're looking for, you can also use pastel to pick a color from your screen and take that as the input of the command. All of this is incredibly useful if you're generating colors for print or for CSS. You can even use pastel in your own scripts to generate color output instead of the incredibly arcane methods used by most terminals by default.

Turn yourself into a command line Bob Ross by mixing colors and palettes directly from the terminal.

Project Website

https://github.com/sharkdp/pastel

Data-centric shell

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News