Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

1pass2pass-0.0.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

1pass2pass-0.0.3-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page