文件名称:go-pretty:漂亮的打印表,还有更多的golang内容!
文件大小:421KB
文件格式:ZIP
更新时间:2024-04-26 05:21:52
golang list ascii progress-bar table
漂亮 用于美化表,列表,进度栏,文本等的控制台输出的实用程序 桌子 将表格漂亮地打印为ASCII / Unicode字符串。 +-----+------------+-----------+--------+-----------------------------+ | # | FIRST NAME | LAST NAME | SALARY | | +-----+------------+-----------+--------+-----------------------------+ | 1 | Arya | Stark | 3000 | | | 20 | Jon | Snow | 2000 | You k
【文件预览】:
go-pretty-master
----.gitignore(45B)
----go.mod(361B)
----text()
--------ansi_unix.go(85B)
--------color.go(4KB)
--------cursor_test.go(2KB)
--------color_test.go(6KB)
--------wrap.go(7KB)
--------align_test.go(6KB)
--------transformer_test.go(7KB)
--------transformer.go(6KB)
--------cursor.go(906B)
--------valign.go(2KB)
--------align.go(4KB)
--------filter_test.go(704B)
--------filter.go(257B)
--------ansi.go(2KB)
--------format_test.go(2KB)
--------ansi_test.go(3KB)
--------string_test.go(10KB)
--------wrap_test.go(7KB)
--------valign_test.go(4KB)
--------ansi_windows.go(585B)
--------format.go(2KB)
--------color_html.go(1KB)
--------string.go(5KB)
----progress()
--------progress.go(8KB)
--------images()
--------indicator_test.go(7KB)
--------tracker_test.go(3KB)
--------units.go(3KB)
--------indicator.go(6KB)
--------tracker.go(3KB)
--------writer.go(930B)
--------README.md(992B)
--------style.go(5KB)
--------tracker_sort_test.go(2KB)
--------units_test.go(1KB)
--------tracker_sort.go(3KB)
--------progress_test.go(5KB)
--------render_test.go(20KB)
--------render.go(10KB)
----Makefile(639B)
----table()
--------render_html_test.go(12KB)
--------images()
--------sort_test.go(5KB)
--------config_test.go(2KB)
--------util_test.go(2KB)
--------writer_test.go(4KB)
--------render_csv_test.go(4KB)
--------render_markdown.go(3KB)
--------writer.go(1KB)
--------sort.go(3KB)
--------README.md(17KB)
--------util.go(1KB)
--------style.go(42KB)
--------render_markdown_test.go(4KB)
--------render_html.go(6KB)
--------table_test.go(13KB)
--------render_test.go(96KB)
--------table.go(28KB)
--------config.go(3KB)
--------render_csv.go(2KB)
--------render.go(14KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----profile.sh(550B)
----list()
--------render_html_test.go(3KB)
--------list_test.go(4KB)
--------list.go(5KB)
--------writer_test.go(2KB)
--------render_markdown.go(637B)
--------writer.go(504B)
--------README.md(836B)
--------style.go(7KB)
--------render_markdown_test.go(797B)
--------render_html.go(2KB)
--------render_test.go(15KB)
--------render.go(3KB)
----go.sum(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(77B)
--------ISSUE_TEMPLATE()
--------workflows()
----README.md(6KB)
----bench_test.go(2KB)
----cmd()
--------demo-progress()
--------demo-list()
--------profile-progress()
--------profile-table()
--------profile-list()
--------demo-table()