davidlukac / go-pleasant-cli

CLI Client for Pleasant, mainly Password Server, written in GoLang.
Apache License 2.0
1 stars 0 forks source link

Add option for creating new Entry to lookup password from simple JSON-formatted password file #27

Open davidlukac opened 3 years ago

davidlukac commented 3 years ago

argument: -j, --password-json-file: some.json

structure:

{
  "username_foo": "password_foo",
  "username_bar": "password_bar"
}

the lookup: username of the entry