Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobiasvl/1password2pass
Script for importing 1Password passwords to pass
https://github.com/tobiasvl/1password2pass
1password password-store
Last synced: 3 months ago
JSON representation
Script for importing 1Password passwords to pass
- Host: GitHub
- URL: https://github.com/tobiasvl/1password2pass
- Owner: tobiasvl
- License: gpl-2.0
- Created: 2014-04-13T14:28:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T23:20:38.000Z (about 7 years ago)
- Last Synced: 2024-04-24T03:20:52.359Z (8 months ago)
- Topics: 1password, password-store
- Language: Ruby
- Homepage: http://www.zx2c4.com/projects/password-store/
- Size: 17.6 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1Password Importer
==================Script for importing [1Password](https://agilebits.com/onepassword) passwords to [`pass`](http://www.zx2c4.com/projects/password-store/).
Note: This script is now a [part](http://git.zx2c4.com/password-store/tree/contrib/importers/1password2pass.rb) of the `pass` package.
Reads files exported from 1Password and imports them into `pass`. Supports comma
and tab delimited text files, as well as logins (but not other items) stored
in the 1Password Interchange File (1PIF) format.Supports using the title (default) or URL as `pass-name`, depending on your
preferred organization. Also supports importing metadata, adding them with
`pass insert --multiline`; the username and URL are compatible with
[passff](https://github.com/jvenant/passff).Usage
-----
```bash
Usage: 1password2pass.rb [options] filename
-f, --force Overwrite existing passwords
-d, --default [FOLDER] Place passwords into FOLDER
-n, --name [PASS-NAME] Select field to use as pass-name: title (default) or URL
-m, --[no-]meta Import metadata and insert it below the password
-h, --help Display this screen
```