Socket
Socket
Sign inDemoInstall

1pass2pass

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

1pass2pass

Utility for transfer items from the 1password (*.1pif files) to the pass


Maintainers
1

1pass2pass

Utility for transfer items from the 1password (*.1pif files) to the pass (the standard unix password manager).

Usage

python 1pass2pass [-h] [-v] [-p] [-f] [-fl] <1pif filename> <folder>

Positional arguments:

<1pif filename>     - path to *.1pif file for processing
<folder>            - path to folder for store passwords

Optional arguments:

-h,  --help         - show help message
-v,  --verbose      - increase output verbosity
-p,  --print-only   - print data into console, without saving into password store
-f,  --force        - force overwrite existing passwords (default=False)
-fl, --first-line   - Put password in first line (default=False)

WARN: If you whant to use the Pass aplication on iOS, you need to use the --first-line option. Because the Pass app on iOS find the password in the first line.

Example

python 1pass2pass.py -v -f -fl ~/Downloads/1password.1pif /Personal

Where we import passwords from ~/Downloads/1password.1pif to the folder /Personal with verbose output, force overwrite existing passwords and put password in first line.

Requirements

  • python 3.6+
  • loguru

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc