gpt4 book ai didi

ruby - 更好的 ruby 终端着色库

转载 作者:数据小太阳 更新时间:2023-10-29 07:26:23 25 4
gpt4 key购买 nike

有很多着色库:colored、term-ansicolor。但是有没有什么可以做到这一点:

puts "#{'hello'.red} world!".bold

world! 应该是粗体。

为了说清楚,我想得到这个:

"\e[1m\e[31mhello\e[0m\e[1m world!\e[0m"

甚至更好(更短):

"\e[1;31mhello\e[0;1m world!\e[0m"

而不是这个:

"\e[1m\e[31mhello\e[0m world!\e[0m"

最佳答案

因为没有,所以我自己写了一个, with blackjack and hookers smart one — smart_colored

gem install smart_colored

然后运行

require 'smart_colored/extend'
# without extend you'll need to use 'string'.colored.red

puts "#{'hello'.red} world!".bold

关于ruby - 更好的 ruby 终端着色库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4419072/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com