codecentric / gopass-ui

gopass CLI + UI = visual cross-platform password manager for teams
MIT License
245 stars 19 forks source link

Gopass store management #64

Open jonas-pietzsch opened 4 years ago

jonas-pietzsch commented 4 years ago

This adds functionality on top of managing only mounts. In addition one shall be able to init stores and clone existing stores from Git repositories.

Cloning and initialising

The other part related to this would be cloning existing (from Git repository) and initialising new password stores from the UI. Features to add to the UI:

  1. Initialise a new store (gopass init <gpg-key-reference> --path <path> --store <name>)
  2. Clone an existing store from Git with a name (e.g. gopass clone git@example.com/pass-work.git work) to init the store in a non-default directory (e.g. $HOME/.password-store-work)