survey VS passhole

Compare survey vs passhole and see what are their differences.

survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals. (by AlecAivazis)

passhole

A secure hole for your passwords (KeePass CLI) (by Evidlo)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
survey passhole
8 4
3,973 186
- -
0.0 5.1
6 months ago about 1 month ago
Go Python
MIT License GNU General Public License v3.0 only
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.

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
  • 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:
  • 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.

passhole

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

What are some alternatives?

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

promptui - Interactive prompt for command-line applications

cobra - A Commander for modern Go CLI interactions

promptui.

pass-tomb - A pass extension that helps you keep the whole tree of passwords encrypted inside a Tomb.

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

OpenKeychain - OpenKeychain is an OpenPGP implementation for Android.

prompter - golang utility for easy prompting

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

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

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

go-prompt - Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.

goget - 📦 A simple, good looking, go modules TUI! No more looking for the right "go get" command!