文件名称:ansi256:使用 256 色 ANSI 代码为文本着色的 Rubygem
文件大小:365KB
文件格式:ZIP
更新时间:2024-06-26 23:38:41
Ruby
ansi256 ansi256 是一个 rubygem,用于使用 256 色 ANSI 代码为文本着色。 特征: 支持命名颜色代码和数字 256 色代码 允许嵌套彩色文本 生成最佳(最短)代码序列 安装 $ gem install ansi256 基本用法 数字 256 色代码 require 'ansi256' # Foreground color puts "Colorize me" . fg ( 111 ) # With background color puts "Colorize me" . fg ( 111 ) . bg ( 226 ) # Also with underline puts "Colorize me" . fg ( 111 ) . bg ( 226 ) . underline # Strip ANSI codes puts "Colorize me
【文件预览】:
ansi256-master
----say-hello-world.png(23KB)
----xterm-color-chart.png(252KB)
----LICENSE.txt(1KB)
----lib()
--------ansi256.rb(3KB)
--------ansi256()
----Gemfile(92B)
----Rakefile(182B)
----test()
--------test_ansi256.rb(7KB)
----ansi256.gemspec(971B)
----README.md(4KB)
----colorize-me.png(15KB)
----.gitignore(154B)
----colorize-me-16.png(76KB)
----bin()
--------ansi256(731B)