CLI application libraries, updated versions (readline and spf13/cobra console).

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • readline

    Shell library with powerful and modern UI, large feature set, and `.inputrc` support (by reeflective)

  • A readline shell library: https://github.com/reeflective/readline.The `readline` library has been fully rewritten to provide full support for the widespread `.inputrc` init file format (used by bash shells and all programs using the GNU C Readline library). The library has been rewritten into a much more robust codebase with complete test coverage of the core code.

  • console

    Closed-loop application library for Cobra commands (powerful, ready-to-run and easy to use) (by reeflective)

  • A cobra command console: https://github.com/reeflective/console: this library targets a much more restrained set of application developers, which are interested in closed-loop CLI applications with specific sets of commands, and generally deprived of any specific syntax outside the one-liner command model. It relies on the `readline` library above, which is tightly integrated so as to provide a console application much more powerful than most, with complete support for the [spf13/cobra](https://github.com/spf13/cobra) library.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cobra

    A Commander for modern Go CLI interactions

  • A cobra command console: https://github.com/reeflective/console: this library targets a much more restrained set of application developers, which are interested in closed-loop CLI applications with specific sets of commands, and generally deprived of any specific syntax outside the one-liner command model. It relies on the `readline` library above, which is tightly integrated so as to provide a console application much more powerful than most, with complete support for the [spf13/cobra](https://github.com/spf13/cobra) library.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The power of the CLI with Golang and Cobra CLI

    9 projects | dev.to | 6 Apr 2024
  • Show HN: Box CLI Maker

    1 project | news.ycombinator.com | 4 Mar 2024
  • GitHub – Arduino/Arduino-CLI: Arduino command line tool

    1 project | news.ycombinator.com | 28 Feb 2024
  • Overview over Microsoft's developer tools for Windows

    4 projects | dev.to | 19 Jan 2024
  • Ask HN: What apps have you created for your own use?

    212 projects | news.ycombinator.com | 12 Dec 2023