~eddsalkield/himitsu-migrate-pass

Migrate passwords from pass to himitsu
migrate.sh: escape backticks
README.md: fix loading command

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~eddsalkield/himitsu-migrate-pass
read/write
git@git.sr.ht:~eddsalkield/himitsu-migrate-pass

You can also use your local clone with git send-email.

#himitsu-migrate-pass

Simple shell script to safely migrate as much information from pass as possible. Outputs himitsu protocol lines to stdout, and everything that needs manually fixing to stderr.

#Usage

./migrate.sh 1> success 2> cleanups
cat success | while read line; do hiq -a $line; done
Do not follow this link