@vincentzyuapps/winload 0.1.9-beta.1 โ 0.1.9-beta.7
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/package.json +7 -7
- package/readme.md +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentzyuapps/winload",
|
|
3
|
-
"version": "0.1.9-beta.
|
|
3
|
+
"version": "0.1.9-beta.7",
|
|
4
4
|
"description": "Network Load Monitor โ nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@vincentzyuapps/winload-win32-x64": "0.1.9-beta.
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.9-beta.
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.9-beta.7",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.7",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.9-beta.7",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.7",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.7",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.7"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|

|
|
3
3
|
|
|
4
|
-
# Winload <img src="
|
|
4
|
+
# Winload <img src="docs/images/miku.png" height="32px">
|
|
5
5
|
|
|
6
6
|
> A lightweight, real-time CLI tool for monitoring network bandwidth and traffic, inspired by Linux's nload.
|
|
7
7
|
|
|
@@ -127,7 +127,7 @@ where win-nload # CMD
|
|
|
127
127
|
> scoop install windows-terminal-preview
|
|
128
128
|
> wtp
|
|
129
129
|
> ```
|
|
130
|
-
> ๐ก **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop
|
|
130
|
+
> ๐ก **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop and npm provide **MSVC + Npcap** for **x86_64** and **ARM64** by default. These builds now delay-load `wpcap.dll`, reducing startup failures before `--npcap` is used, but loopback capture still requires Npcap installed on the system. For other variants (MinGW, non-Npcap, i686), download from [GitHub Releases](https://github.com/VincentZyuApps/winload/releases).
|
|
131
131
|
|
|
132
132
|
### Arch Linux (AUR):
|
|
133
133
|
```bash
|
|
@@ -208,7 +208,7 @@ winload --npcap # Capture 127.0.0.1 loopback traffic (Windows, requires Npc
|
|
|
208
208
|
| `-t`, `--interval <MS>` | Refresh interval in milliseconds | `500` |
|
|
209
209
|
| `-a`, `--average <SEC>` | Average calculation window in seconds | `300` |
|
|
210
210
|
| `-d`, `--device <NAME>` | Default device name (partial match) | โ |
|
|
211
|
-
| `--title [TITLE]` |
|
|
211
|
+
| `--title [TITLE]` | Add a title line above device header: no value shows `winload <version>`; empty string (or omitted) shows only the default device header | โ |
|
|
212
212
|
| `-e`, `--emoji` | Enable emoji decorations in TUI ๐ | off |
|
|
213
213
|
| `-U`, `--unicode` | Use Unicode block characters for graph (โโโยท) | off |
|
|
214
214
|
| `-u`, `--unit <UNIT>` | Display unit: `bit` or `byte` | `bit` |
|