enpass-cli
A commandline utility for the Enpass password manager.
Installation
Go get yourself a compiled binary from the releases page.
CLI Usage
$ # set an alias to easily reuse
$ alias enp="enpasscli -vault=/my-vault-dir/ -sort"
$ # show passwords of 'enpass.com'
$ enp show enpass.com
$ # copy password of 'reddit.com' entry to clipboard
$ enp copy reddit.com
$ # or list anything containing 'twitter' (without password)
$ enp list twitterTesting Code
$ go test -v $(go list ./... | grep -v /vendor/)Using the library
See the documentation on pkg.go.dev.