pux-to-html

1.0.2 • Public • Published

Convert 1PUX format to HTML

NPM Downloads NPM Version NPM License Last Commit

pux2html is a console script that converts 1PUX file to HTML files:

$ pux2html <input file> <output directory>

The script creates one HTML file from each vault in the 1PUX file in selected directory.

Installation

$ 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

$ pux2html 1PasswordExport-123456789-123456-123456.1pux ~/Downloads

What's 1PUX?

1Password Unencrypted Export (1PUX) format allows you to export 1PUX files, so you can access your data outside 1Password

Package Sidebar

Install

npm i pux-to-html

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

40.6 kB

Total Files

15

Last publish

Collaborators

  • ozzyczech