Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Promptui Alternatives
Similar projects and alternatives to promptui
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
urfave/cli
A declarative, simple, fast, and fun package for building command line tools in Go (by urfave)
-
survey
Discontinued A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
studybuddy
Build an interactive CLI application with Go, Cobra and promptui. Video tutorial available on the Div Rhino YouTube channel.
-
promptui discussion
promptui reviews and mentions
-
Nested Prompts in Go using promptui
I was working on a CLI tool written in Go, using the Cobra tool recently, and I had a use case where I needed a nested prompt for one of the commands. I was using promptui for the prompts and I couldn't find a straightforward way to do this. This short post will show how to create a nested prompt using promptui. The completed code can be found here.
-
...and now gh-i to search for issues interactively!
The navigation is dealt with by the promptui framework, so in this respect the extension does not touch/re-defines it. This said, let's move the conversation on GitHub, I am sure we can find a way to make it work :)
- Best interactive cli library?
-
Interactive CLI prompts in Go
View on GitHub
-
Hey guys, why is the character ‘w’ missing?
The fmt.Scan family of functions exist because there are similar functions in C, but they really aren't suitable for any purpose. I would recommend beginners to just avoid them completely because the way they work is endlessly surprising. In this case, the problem you're running into is that Scanln expects a line, but you had a space instead, but honestly, don't try to debug it, just switch to https://github.com/manifoldco/promptui.
-
Building an interactive CLI app with Go, Cobra & promptui
This tutorial will guide us through building an interactive CLI app with Go, Cobra and promptui. We will learn how to prompt the user for input data and persist this data to an SQLite database. Unlike the previous app we built, this experience will feel more like a two way conversation.
-
Tf - A CLI to generate terraform configuration with an interactive prompt
I got into cli applications lately and came across cobra. It was highly intuitive and very much easy to use so I couldn't get enough of it and wanted to create something to make it useful along with promptui.
-
I wanted many SSH logins to be always close at hand, so I made a tool for connecting in just a few keystrokes
It uses this library to create an interactive prompt. Just use the up and down arrows to select the host you want.
- How Does This Cli Tool Accomplish Interactivity
-
A note from our sponsor - Stream
getstream.io | 18 Jul 2025
Stats
manifoldco/promptui is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of promptui is Go.