8000 GitHub - vincent-4/1password_utils
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vincent-4/1password_utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1Password Duplicate Item Archiver

1Password used to have a tool to help you find and remove duplicates, but they removed it. This is a simple script that uses the 1Password CLI to find and archive duplicates.

UPDATE: They've added a dupe finder to the Watchtower in the latest beta, hopefully rendering this obsolete: https://1password.community/discussion/comment/697252/#Comment_697252

Getting Started

  1. Clone this repository:

    git clone https://github.com/Taytay/1password_utils.git
    cd 1password_utils
  2. Create and activate a virtual environment:

    python3 -m venv venv # Use python if you don't have python3 in PATH
    source venv/bin/activate   # On Windows: venv\Scripts\activate
  3. Install requirements:

    pip install -r requirements.txt
  4. Run the script:

    ./dupe.py
    • If you already know the vault name, you can do:

      ./dupe.py MyVault
    • Or just let the script prompt you to select an account and vault interactively.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0