pux-to-html
Version:
Converts 1PUX (export from 1Password) file to HTML files
38 lines (25 loc) • 1.49 kB
Markdown
# Convert 1PUX format to HTML
[](https://www.npmjs.com/package/pux-to-html)
[](https://www.npmjs.com/package/pux-to-html)
[](https://github.com/OzzyCzech/pux-to-html/blob/main/LICENSE)
[](https://github.com/OzzyCzech/pux-to-html/commits/main)
[](https://github.com/OzzyCzech/pux-to-html/actions)
`pux2html` is a CLI tool that converts a [1PUX](https://support.1password.com/1pux-format/) export file from 1Password into HTML files — one per vault.
```shell
pux2html <input file> <output directory>
```
## Installation
```shell
npm install -g pux-to-html
```
```shell
yarn global add pux-to-html
```
## Usage
```shell
pux2html 1PasswordExport-123456789-123456-123456.1pux ~/Downloads
```
This creates one HTML file per vault inside the output directory.
## What is 1PUX?
[1Password Unencrypted Export](https://support.1password.com/1pux-format/) (1PUX) is an export format from 1Password that lets you access your data outside of the app.
To export from 1Password: **File → Export → All Accounts** → choose **1PUX** format.