Convert a command line password manager repository (pass), to a password-gorilla container file.
##Getting started:
run the script:
mkfifo in.csv
./pass2gorilla.sh $HOME/.password-store/ > in.csvImport the in.csv file with password-gorilla.
Dont forget to delete in.csv:
rm in.csv##Organisation
pass2gorilla.sh is optimised for this kind of data organisation:
├── email
│ ├── google.com
│ │ ├── user1@gmail.com
│ │ └── spaminside@gmail.com
│ └── mydomain.com
│ └── foo
├── github.com
│ └── nickname
├── openstreetmap.org
│ └── user@gmail.com
├── ssh
│ ├── mydomain.de
│ │ ├── user1
│ │ └── user2
│ └── github.com
│ └── user1
[..]Parent dir holding the url. Username containing the password.
multiline password: The first line is stored as password. Additional information is stored as note.
##See also