pux-to-html
Version:
Converts 1PUX (export from 1Password) file to HTML files
38 lines (27 loc) • 1.28 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)
`pux2html` is a console script that converts 1PUX file to HTML files:
```shell
$ pux2html <input file> <output directory>
```
The script creates one HTML file from each vault in the 1PUX file in selected directory.
## Installation
```shell
$ yarn global add pux-to-html
# or
$ npm install -g pux-to-html
# or
$ git clone git@github.com:OzzyCzech/pux-to-html.git
$ yarn link pux-to-html
```
## Example
```shell
$ pux2html 1PasswordExport-123456789-123456-123456.1pux ~/Downloads
```
## What's 1PUX?
[1Password Unencrypted Export](https://support.1password.com/1pux-format/) (1PUX) format
allows you to export 1PUX files, so you can access your data
outside [1Password](https://1password.com/)