Terminal Coloring
This category does not have a description yet. You can add one on github!
10.34
Colorize printed text on ANSI terminals
2019
2020
2021
2022
2023
2024
3.32
Extends String class or add a ColorizedString with methods to set text color, background color and text effects.
2019
2020
2021
2022
2023
2024
2.29
>> puts "this is red".red
>> puts "this is red with a blue background (read: ugly)".red_on_blue
>> puts "this is red with an underline".red.underline
>> puts "this is really bold and really blue".bold.blue
>> logger.debug "hey this is broken!".red_on_yellow # in rails
>> put...
2019
2020
2021
2022
2023
2024
2.02
Rainbows and unicorns!
2019
2020
2021
2022
2023
2024
1.73
The ANSI project is a superlative collection of ANSI escape code related libraries eabling ANSI colorization and stylization of console output. Byte for byte ANSI is the best ANSI code library available for the Ruby programming language.
2019
2020
2021
2022
2023
2024
1.67
This library uses ANSI escape sequences to control the attributes of terminal output
2019
2020
2021
2022
2023
2024
1.5
Terminal strings styling with intuitive and clean API.
2019
2020
2021
2022
2023
2024
0.45
Terminal painter with RGB and 256 (fallback) color and terminal effects support. No string extensions! Usage: Paint['string', :red, :bright]
2019
2020
2021
2022
2023
2024