- Export passwords from secrets as CSV file
- Install
brew install csvkit
- Reorder columns
csvcut -c name,website,identifier,secret,notes,oneTimePassword credentials.csv > reordered.csv
- Rename columns
sed '1s/.*/Title,URL,Username,Password,Notes,OTPAuth/' reordered.csv > credentials-ready-for-apple-passwords.csv
Created
November 28, 2024 08:44
-
-
Save lajlev/dc08c3bd76e99fc6234134e277c876a4 to your computer and use it in GitHub Desktop.
How to import Secrets.app password manager into Apple Passwords
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment