Registry / utility / bgentry-speakeasy

bgentry-speakeasy

JSON →
library0.2.0gogounverified

Package speakeasy provides a simple terminal password input library that hides typed characters.

go get github.com/bgentry/speakeasy
INSTALL
IMPORT
SIG · BGENTRY-SPEAKEASY
B
bgentry-speakeasy
utilitygov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

speakeasy
github.com/bgentry/speakeasy

Prompts the user for a password without echoing input.

package main import ( "fmt" "github.com/bgentry/speakeasy" ) func main() { password, err := speakeasy.Ask("Enter password: ") if err != nil { fmt.Println("Error:", err) return } fmt.Println("Password entered") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
bgentry-speakeasy — go get bgentry-speakeasy · libregistry