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.

Project Website
https://github.com/sharkdp/pastel
Data-centric shell
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
Kali Linux 2022.3 Released
From the creators of the most popular penetration testing distributions on the planet, comes a new release with some new tools and a community, real-time chat option.
-
The 14" Pinebook Pro Linux Laptop is Shipping
After a considerable delay, the 14" version of the Pinebook Pro laptop is, once again, available for purchase.
-
OpenMandriva Lx ROME Technical Preview Released
OpenMandriva’s rolling release distribution technical preview has been released for testing purposes and adds some of the latest/greatest software into the mix.
-
Linux Mint 21 is Now Available
The latest iteration of Linux Mint, codenamed Vanessa, has been released with a new upgrade tool and other fantastic features.
-
Firefox Adds Long-Anticipated Feature
Firefox 103 has arrived and it now includes a feature users have long awaited…sort of.
-
System76 Refreshes Their Popular Oryx Pro Laptop with a New CPU
The System76 Oryx Pro laptop has been relaunched with a 12th Gen CPU and more powerful graphics options.
-
Elive Has Released a New Beta
The Elive team is proud to announce the latest beta version (3.8.30) of its Enlightenment-centric Linux distribution.
-
Rocky Linux 9 Has Arrived
The latest iteration of Rocky Linux is now available and includes a host of new features and support for new architecture.
-
Slimbook Executive Linux Ultrabook Upgrading Their CPUs
The Spanish-based company, Slimbook, has made available their next generation Slimbook Executive Linux ultrabooks with a 12th Gen Intel Alder Lake CPU.
-
Fedora Linux is Coming to the Raspberry Pi 4
Thanks to significant work in the upstream, the upcoming release of Fedora 37 will introduce support for the Raspberry Pi 4.