A CLI tool to help identify which sites on https://justdeleteme.xyz/ you have accounts on via your password manager of choice and helps you delete your account on it.
- Node >=v16
npx jdm-helper [path_to_password_file]
// Example:
npx jdm-helper ./test_data/1PasswordExport-example.csv
- 1Password: CSV file
- To export 1Password vaults: https://support.1password.com/export/
- Add notes field support
- Add support for Chrome Password Manager
- Add support for Bitwarden
- Add support for iCloud Keychain
- Add tests
- Add CI (tests & deploy)