一些 Go 终端交互库

一些 Go 终端交互库:

  • cobra 一个功能强大的 Go CLI 命令行交互库 (https://github.com/spf13/cobra)
  • readline 终端交互(https://github.com/chzyer/readline)
  • WMenu CLI 菜单,让用户可选择 ( https://github.com/dixonwille/wmenu )
  • termui Go语言编写的功能强大的终端仪表盘和小部件(https://github.com/gizak/termui)
  • uiprogress 在终端呈现多进度条 (https://github.com/gosuri/uiprogress)
  • mpb 在终端呈现多进度条 (https://github.com/vbauerster/mpb)
  • asciigraph 以 ASCII 字符的方式在终端画图表 (https://github.com/guptarohit/asciigraph)