colorize icon indicating copy to clipboard operation
colorize copied to clipboard

Ruby string class extension. It add some methods to set color, background color and text effect on console easier using ANSI escape sequences.

Results 13 colorize issues
Sort by recently updated
recently updated
newest added

…ng them into strings first (or for enumerables, iterating over them) I wrote this because it's annoying having to run `to_s` on everything in order to colorize a non-String, or...

Been loving this gem for years! Unfortunately, also for years, I've kept writing `"something".grey`, only to end up in the sources again to remind myself that its called "light black"...

Fixed all but one of the rubocop complaints: ```plaintext lib/colorize/instance_methods.rb:112:49: W: [Correctable] Duplicate element inside regexp character class scan(/\033\[([0-9;]+)m(.+?)\033\[0m|([^\033]+)/m).map do |match| ^ ``` @fazibear - not sure if this is...

By convention, I am used to colorized applications suppressing colorization when sending the output to a pipe, unless I explicitly force colorization. For example, in [colors.js](https://github.com/Marak/colors.js/blob/9f3ace44700b8e705cb15be4767845c311b3ae11/lib/system/supports-colors.js#L40): ``` js if (process.stdout...

any chance we can get a git tag for the latest release that is put on rubygems? Would appreciate it

I'd like an option to rainbow-ize strings Thanks

Thought I'd try to submit a pull request for #71. I don't know how you feel about basically adding aliases when there are existing names for things (or duplicate code...

Most modern terminals support true color with full RGB values (`$COLORTERM == ‘truecolor’`). I made an app that color-codes different programming languages, and when I started running out of Colorize's...

Added example of mode usage