交互式 CLI

 

https://github.com/abiosoft/ishell

ishell

ishell is an interactive shell library for creating interactive cli applications.

 

 

 

https://github.com/fzdwx/infinite

Features

  • 提供一系列开箱即用的组件
    • autocomplete
    • progress-bar group
    • multi/single select
    • spinner
    • confirm(input/selection)
    • input text
  • 跨平台
  • 可定制,你可以替换组件中的某些选项或方法为你自己的实现
    • 通过修改 multi select 的 某些选项 实现 single select
  • 可组合,你可以将一个或多个基础组件联合在一起使用
    • autocomplete 通过 input 来实现输入接收,通过 selection 来实现待选项的选择.
    • selection 通过嵌入 input 来实现过滤功能.
posted @ 2022-09-09 14:55  sinferwu  阅读(31)  评论(0编辑  收藏  举报