diff --git a/helwasm/index.html b/helwasm/index.html index 6606d6e..e868913 100644 --- a/helwasm/index.html +++ b/helwasm/index.html @@ -75,10 +75,11 @@

Console

- The full command line. Type help for every command. Your list of - names lives only in this browser (localStorage), never on a server. Use - Export or Import to move it yourself (for example, - to and from a Notion page). + The full command line; type help for every command. It shares the + same catalog and session as the form above, so you can switch between them freely; + pb copies a command's output to the clipboard. Your list lives only in + this browser (localStorage); use Export or Import + to move it yourself (for example, to and from a Notion page).

@@ -94,7 +95,8 @@

Runs the real hel engine compiled to WebAssembly, the exact same generator as the - command-line tool. No server, no account, no tracking, nothing to leak. + command-line tool. You can add it to your home screen and use it as an app. No server, + no account, no tracking, nothing to leak.

@@ -104,11 +106,9 @@
Generate

Quick password

- The same name and master always make the same password, computed live in your - browser. Your master is kept in memory for this tab only, never written to - storage, and the app never talks to a server. Store files the - entry (its name and rules, never the password); Correct adds a - one-way hash; both stay on this device. + Same name + master always make the same password, computed in your browser — + your master stays in memory only, never stored or sent. Store + saves the entry (never the password); Correct saves a one-way hash.