https://github.com/matejlach/1password-linux-to-bitwarden
Takes a 1Password 8 export (.1pux) & converts it to Bitwarden importable JSON. (Linux / macOS / Windows)
https://github.com/matejlach/1password-linux-to-bitwarden
1password bitwarden linux
Last synced: 6 months ago
JSON representation
Takes a 1Password 8 export (.1pux) & converts it to Bitwarden importable JSON. (Linux / macOS / Windows)
- Host: GitHub
- URL: https://github.com/matejlach/1password-linux-to-bitwarden
- Owner: MatejLach
- License: gpl-3.0
- Created: 2021-06-20T22:11:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T15:04:27.000Z (about 4 years ago)
- Last Synced: 2024-06-19T01:56:26.646Z (over 1 year ago)
- Topics: 1password, bitwarden, linux
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1password-linux-to-bitwarden
=This tool allows you to take an `.1pux` export file of 1Password 8 & convert it to a JSON file importable by Bitwarden.
It has only been tested on Linux by me, but nothing suggests it shouldn't work on macOS & Windows too.
```
Usage of ./1password-linux-to-bitwarden:
-1pass-backup-file-path string
The absolute path (location) of a 1Password .1pux backup file
-bitwarden-export-file-path string
The absolute path to where you want to export the JSON to import into Bitwarden (defaults to your current working directory)
```