derphole 0.0.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -74,6 +74,8 @@ npx -y derphole@latest send ./photo.jpg
74
74
  npx -y derphole@latest receive <code>
75
75
  ```
76
76
 
77
+ For known-size file and directory transfers, `derphole` prints wormhole-shaped progress and rate output on stderr. Use `--hide-progress` if you want a quiet transfer UI.
78
+
77
79
  Text uses the same shape:
78
80
 
79
81
  ```bash
@@ -156,7 +158,7 @@ npx -y derpcat@dev version
156
158
  npx -y derphole@dev version
157
159
  ```
158
160
 
159
- By default, `listen`, `send`, `share`, and `open` keep transport status quiet. `listen` and `share` still print the token you need, and `open` still prints the local listening address. `derphole` keeps the same quiet default and only prints the user-facing instruction or token needed to complete the transfer. Use `--verbose` to see state transitions like `connected-relay` and `connected-direct`:
161
+ By default, `listen`, `send`, `share`, and `open` keep transport status quiet. `listen` and `share` still print the token you need, and `open` still prints the local listening address. `derphole` also keeps transport status quiet by default, but it still prints the user-facing instruction or token needed to complete the transfer, plus wormhole-shaped transfer summaries and known-size progress on stderr. Use `--hide-progress` to suppress the progress bar. Use `--verbose` to see state transitions like `connected-relay` and `connected-direct`:
160
162
 
161
163
  ```bash
162
164
  npx -y derpcat@latest --verbose listen
@@ -244,7 +246,7 @@ Simple rule: possession of the token authorizes the session, but intermediaries
244
246
 
245
247
  ## Behavior
246
248
 
247
- Sessions can start on DERP relay and later promote to a direct path without restarting. In default mode, the CLI keeps transport status quiet and only prints the token or local bind address needed to use the session. Use `--verbose` to inspect path changes, NAT traversal state, and direct-path tuning details.
249
+ Sessions can start on DERP relay and later promote to a direct path without restarting. In default mode, the CLI keeps transport status quiet and prints only the user-facing token, bind address, or transfer UI needed to use the session. Use `--verbose` to inspect path changes, NAT traversal state, and direct-path tuning details.
248
250
 
249
251
  ## Use Cases
250
252
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "derphole",
3
- "version": "0.0.1",
3
+ "version": "0.5.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "bin": {
6
6
  "derphole": "bin/derphole.js"