micschwarz / 1pux-viewer

Shows you all logins in a .1pux file, so you can print them for offline storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1pux File Viewer

This litte app shows you all logins in a .1pux file. You can print the page, if you want an analog backup of your vaults.

This is a private project and not affiliated with 1password!

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

Shows you all logins in a .1pux file, so you can print them for offline storage


Languages

Language:Svelte 59.9%Language:JavaScript 20.5%Language:TypeScript 15.2%Language:HTML 4.4%