Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Survey Alternatives
Similar projects and alternatives to survey
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
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 (by urfave)
-
interactive-cli-prompts
Code for “Interactive CLI prompts in Go” blog post.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
go-prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
-
githubql
Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
-
-
pterm
✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.
-
-
goget
📦 A simple, good looking, go modules TUI! No more looking for the right "go get" command! (by MarvinJWendt)
-
-
-
cursor
🖱️ Go module to move the terminal cursor in any direction on every operating system. (by atomicgo)
-
-
cindi
CLI cindi, es una pequeña aplicacion que permite gestionar credenciales de tipo user/pass
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
survey reviews and mentions
-
Goget: An interactive go module downloader | Looking for contributors | Level: Super Easy
The dropdown is made with https://github.com/AlecAivazis/survey
- Is there a terminal based "dialog" library?
-
Recursively clone Gitlab Projects - Practice Project
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
To create an interactive multi-select prompt we're going to use an awesome survey package:
-
How do I move the terminal cursor cross-platform?
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
Thank you so much! The library is called Survey (which uses a package called terminal). It also allows you to use 'hjkl' like Vim.
-
A note from our sponsor - Mergify
blog.mergify.com | 27 Sep 2023
Stats
go-survey/survey is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of survey is Go.