Use Linux pass

As a password vault

Initialize vault

pass init "Password Storage Key" Where “Password Storage Key” is the ID of the GPG key

Add a new password

pass insert

List the password tree

pass

Get a password

pass label Where label is the label of the password needed

More info