1pass2pass 0.0.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

1pass2pass 0.0.3

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.