Skip to content

script to help in migrating from zx2c4's pass to bitwarden

Notifications You must be signed in to change notification settings

VichoReyes/pass2bitwarden-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

pass to Bitwarden migrator

This is a small, customizable script to generate a csv file in the Bitwarden format from a zx2c4 password store.

The only dependencies needed are python 3.6+, a working installation of pass and GNU find (I think).

Running

$ python migrator.py | tee passwords.csv

Customization

If you think your pass directory structure is unconventional, the most important part of the program is the create_elem function. Adapt that function to your needs and run the program.

Contributing

If you feel like your changes can be useful to more people, feel free to open a pull request.

About

script to help in migrating from zx2c4's pass to bitwarden

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages