Skip to content

Files

Latest commit

d342b88 · Jun 6, 2023

History

History
29 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 767 Bytes

jdm-helper

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.

example

Dependencies

  • Node >=v16

Usage

npx jdm-helper [path_to_password_file]

// Example:
npx jdm-helper ./test_data/1PasswordExport-example.csv

Supported Password Managers

TODO

  • 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)