promptui VS survey

Compare promptui vs survey and see what are their differences.

promptui

Interactive prompt for command-line applications (by manifoldco)

survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals. (by AlecAivazis)
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
promptui survey
8 8
5,913 3,973
0.3% -
0.0 0.0
12 days ago 7 months ago
Go Go
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

promptui

Posts with mentions or reviews of promptui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-31.

survey

Posts with mentions or reviews of survey. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-16.
  • Goget: An interactive go module downloader | Looking for contributors | Level: Super Easy
    5 projects | /r/golang | 16 Mar 2022
    The dropdown is made with https://github.com/AlecAivazis/survey
  • Is there a terminal based "dialog" library?
    2 projects | /r/golang | 3 Feb 2022
  • Console application with menus
    1 project | /r/golang | 16 Oct 2021
    If you want something a little more advanced, check out survey
  • Recursively clone Gitlab Projects - Practice Project
    3 projects | /r/golang | 4 Oct 2021
    Rather than get too far into the weeds with building a query through that library, it was ok to just query for every repo in the org and use https://github.com/AlecAivazis/survey to let the user filter at the command line. Might or might not be an idea to play with - it was _fun_ to see a couple of strong open source efforts play together /shrug :)
  • Interactive CLI prompts in Go
    8 projects | dev.to | 25 Aug 2021
    To create an interactive multi-select prompt we're going to use an awesome survey package:
  • Survey library
    1 project | /r/rust | 25 May 2021
    I'm coming from the go world, where I loved the survey library. I was wondering, whether rust has a similar one.
  • How do I move the terminal cursor cross-platform?
    3 projects | /r/golang | 8 May 2021
    I am looking for a way to move the terminal cursor in different directions. (like Up(n), Left(n), Right(n), etc.) I could do this with ANSI escape codes, but Windows CMD doesn't handle that well. Unfortunately, I can't find a library that runs well on Windows and Linux. Survey does handle that pretty good, for their interactive CLI functions like dropdowns etc. but I don't want to "steal" their code. Also, their implementation is very customized to fit to the project, which makes it hard to isolate the code for moving the cursor. Does anybody know a light way to do this? (I would also happily take a library suggestion!) Thanks in advance!
  • Kure - CLI password manager
    9 projects | /r/golang | 25 Feb 2021
    Thank you so much! The library is called Survey (which uses a package called terminal). It also allows you to use 'hjkl' like Vim.

What are some alternatives?

When comparing promptui and survey you can also consider the following projects:

cobra - A Commander for modern Go CLI interactions

prompter - golang utility for easy prompting

promptui.

interactive-cli-prompts - Code for “Interactive CLI prompts in Go” blog post.

memguard - Secure software enclave for storage of sensitive information in memory.

urfave/cli - A simple, fast, and fun package for building command line apps in Go

cli - GitHub’s official command line tool

cursor - 🖱️ Go module to move the terminal cursor in any direction on every operating system.