An open API service indexing awesome lists of open source software.

https://github.com/foo-dogsquared/bitwarden2gopass

A simple migration script from Bitwarden (CSV format) to gopass (which is 100%-compatible with pass).
https://github.com/foo-dogsquared/bitwarden2gopass

Last synced: 9 months ago
JSON representation

A simple migration script from Bitwarden (CSV format) to gopass (which is 100%-compatible with pass).

Awesome Lists containing this project

README

          

= bitwarden2gopass

A simple migration script from https://bitwarden.com/[Bitwarden] to https://github.com/gopasspw/gopass[gopass].
It will only import the login vault items to `$PASSWORD_STORE_DIR/websites/`.

If you want to create for pass, simply modify the script for your needs.

== Installation

[source, shell]
----
# Clone this Git repo.
git clone

# Make the script executable.
cd ./bitwarden2gopass/
chmod +x bitwarden2gopass

# Move the script somewhere in your $PATH.
mv bitwarden2gopass ~/.local/bin
----

== Examples

[source, shell]
----
bitwarden2gopass ~/Downloads/bitwarden_export_20200617020218.csv
----

The format in the resulting password store directory (assuming it's empty before the migration) is of the following:

[source, tree]
----
/home/foo-dogsquared/.password-store/
└── websites/
├──
│   ├── .gpg
│   └── .gpg
└──
└── .gpg
----