You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, this is a fantastic project, thanks for creating it!
Often when displaying multiple colors, it's desirable to be able to compare them side by side! Unfortunately, by default the color subcommand takes up a lot of vertical space, making it difficult to compare earlier and later colors, and inserts gaps and text, distancing them.
It would be cool to have some kind of flag or subcommand to display the color squares side by side, with minimal text. I'm imagining something along the lines of
pastel color --compact < lotsOfColors.txt
or
pastel compare < lotsOfColors.txt
This feature would be particularly useful for creating color palettes and themes, both interactively and programmatically.
The text was updated successfully, but these errors were encountered:
The second command results in about a screen and a half of output. Whereas it would be nice to be able to compare them all at once without scrolling, perhaps as vertical stripes.
First of all, this is a fantastic project, thanks for creating it!
Often when displaying multiple colors, it's desirable to be able to compare them side by side! Unfortunately, by default the
color
subcommand takes up a lot of vertical space, making it difficult to compare earlier and later colors, and inserts gaps and text, distancing them.It would be cool to have some kind of flag or subcommand to display the color squares side by side, with minimal text. I'm imagining something along the lines of
pastel color --compact < lotsOfColors.txt
or
pastel compare < lotsOfColors.txt
This feature would be particularly useful for creating color palettes and themes, both interactively and programmatically.
The text was updated successfully, but these errors were encountered: