Categorygithub.com/yunginnanet/infinite
repositorypackage
0.0.4
Repository: https://github.com/yunginnanet/infinite.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

infinite

Component library for developing interactive CLI(tui,terminal) programs.
go report card
demo

Features

  • Provides a range of out-of-the-box components

    • autocomplete
    • progress-bar group
    • multi/single select
    • spinner
    • confirm(input/selection)
    • text input
  • Cross-platform

  • Customizable, you can replace some options or methods in the component with your own implementation

  • Composable, you can combine components together to build your own interactive program

    • autocomplete + input To achieve input reception into selection to choose options.
    • selection instantiation via input for option filtering.

Install

go get github.com/yunginnanet/infinite