Giter VIP home page Giter VIP logo

convert-color-cli's Introduction

Hi there! ๐Ÿ‘‹

I like building things that make developers more productive. I'm currently working on developer productivity at The New York Times. Before that I built web apps, developer tooling, and deployment automation at World Wide Technology. Some things I've made that you might find useful:

  • Flexbox Playground - a web app for visually building flexbox layouts. It generates all the markup and styles you need to implement that layout.
  • Box Shadow Generator - a web app for generating box-shadows. It generates the CSS needed to implement the shadow.
  • Color Conversion CLI - easily convert between different color formats (including transparent values) from the command line.
  • Electron Highlighter theme - I made a color theme that you can use in a bunch of different applications. I like it. Maybe you will too.

A little more about me:

  • ๐ŸŒฑ Iโ€™m currently learning: all sorts of dev-ops stuff
  • ๐Ÿ’ฌ Ask me about: dotfiles, Vue, JavaScript, CSS, keyboard shortcuts, Vim
  • ๐Ÿ“ซ How to reach me: Email, Mastodon, Contact Form

convert-color-cli's People

Contributors

dependabot[bot] avatar mikemcbride avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

drakenlords

convert-color-cli's Issues

Ability to convert to HSL

Could we add a flag like -hsl or -to 'hsl or mode=hsl that allows this tool to convert from rgb/hex to hsl?

This is, as of today, the most highly sought-after feature for this repo. I hope the maintainers take a look at this. ๐Ÿ˜‰

run without interaction, specify returned format, truncate message

This is almost the tool I've been looking for. A few things would make it far more functional for me (and might be more old school geek modular friendly).

  1. I'd love to be able to run the command non-interactively, thusly: convert-color ff6600 hsl. Not only simpler but allows me to chain/pipe it with other commands.
  2. I only use hsl and only use the format hsl(### ##% ##% / #.#), e.g. hsl(200 50% 40% / 0.7) so it would be nice to be able to adjust the output format.
  3. I don't need a verbose message upon success, just the value returned, though auto-copying it to the clipboard is a nice touch.

Extract conversion logic to new package

The color conversion stuff would likely be useful as a standalone package for use in other CLI tools or web apps. Might be a good idea to break that stuff out into it's own package. It's already in a file by itself anyway... this would be a good candidate for Hacktoberfest.

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.