Git Product home page Git Product logo

Comments (3)

sullyj3 avatar sullyj3 commented on July 4, 2024 2

Ah, I just noticed the script you demonstrated in #139, pastel paint looks like a nice solution.

for COLOR in $(jq -r 'values[]' 1.json); do pastel paint $(pastel textcolor $COLOR) --on $COLOR "$COLOR          "; done

Although it would be handy and ergonomic to have something like that built in, so as not to have to remember where I saved the script.

from pastel.

sharkdp avatar sharkdp commented on July 4, 2024

Thank you for reporting this. I agree that this would be useful.

A related feature would be #21. Would that also work for your use case?

from pastel.

sullyj3 avatar sullyj3 commented on July 4, 2024

Partially, but #21 that still seems like its for comparing only two colors at once pairwise, rather than many. Consider the following example:

> cat 1.json
{
   "Razzmic Berry":"8a4f7d",
   "Rocket Metallic":"887880",
   "Rocket Metallic 2":"887f84",
   "Taupe Gray":"888587",
   "Battleship Grey":"888c8b",
   "Morning Blue":"88938f",
   "Morning Blue 2":"889992",
   "Morning Blue 3":"88a096",
   "Khaki Web":"bbab8b",
   "Salmon":"ef8275"
}
> jq -r 'values[]' 1.json|pastel color

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.

from pastel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.