文件名称:ttable:具有表情符号和 CJK 字符知识的终端表
文件大小:279KB
文件格式:ZIP
更新时间:2024-07-12 07:16:20
Ruby
表 看看它在行动: 安装 将此行添加到应用程序的 Gemfile 中: gem 'ttable' 然后执行: $ bundle 或者自己安装: $ gem install ttable 用法 支持数组数组: puts Terminal :: Table . new ( [ %w{ hello 1 } , %w{ world 2 } ] ) => +-------+---+ | hello | 1 | | world | 2 | +-------+---+ 支持哈希: puts Terminal :: Table . new ( { foo : 'bar' } ) => +-----+ | foo | +-----+ | bar | +-----+ 支持哈希数组: puts Terminal :: Table . new ( [ { foo : 'bar1'
【文件预览】:
ttable-master
----ttable.gemspec(853B)
----LICENSE.txt(1KB)
----lib()
--------terminal()
--------ttable.rb(58B)
----Gemfile(201B)
----Guardfile(185B)
----Gemfile.ci(202B)
----spec()
--------spec_helper.rb(91B)
--------terminal()
----Rakefile(28B)
----.travis.yml(93B)
----screenshot.png(270KB)
----README.md(2KB)
----.gitignore(118B)
----bin()
--------ttable(394B)