@vincentzyuapps/winload 0.1.8-rc.20 → 0.1.8-rc.26
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 +8 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentzyuapps/winload",
|
|
3
|
-
"version": "0.1.8-rc.
|
|
3
|
+
"version": "0.1.8-rc.26",
|
|
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.8-rc.
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.8-rc.
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.8-rc.26",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.26",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.8-rc.26",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.26",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.26",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.26"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -172,15 +172,15 @@ which winload
|
|
|
172
172
|
**DEB (Debian/Ubuntu):**
|
|
173
173
|
```bash
|
|
174
174
|
# Download the latest .deb from GitHub Releases
|
|
175
|
-
sudo dpkg -i ./
|
|
175
|
+
sudo dpkg -i ./winload*.deb
|
|
176
176
|
# or use apt (auto-resolves dependencies)
|
|
177
|
-
sudo apt install ./
|
|
177
|
+
sudo apt install ./winload*.deb
|
|
178
178
|
which winload
|
|
179
179
|
```
|
|
180
180
|
|
|
181
181
|
**RPM (Fedora/RHEL):**
|
|
182
182
|
```bash
|
|
183
|
-
sudo dnf install ./winload
|
|
183
|
+
sudo dnf install ./winload*.rpm
|
|
184
184
|
which winload
|
|
185
185
|
```
|
|
186
186
|
|
|
@@ -269,6 +269,11 @@ On Linux and macOS, loopback traffic works out of the box — no extra flags nee
|
|
|
269
269
|
##### Rust Edition Preview GIF
|
|
270
270
|

|
|
271
271
|
|
|
272
|
+
##### Terminal Recording
|
|
273
|
+
<a href="https://asciinema.org/a/1030894?startAt=30" target="_blank"><img src="https://asciinema.org/a/1030894.svg" alt="winload demo" width="100%" /></a>
|
|
274
|
+
|
|
275
|
+
> ↑ Recorded by [asciinema](https://github.com/asciinema/asciinema)
|
|
276
|
+
|
|
272
277
|
## 📦 Dependencies
|
|
273
278
|
|
|
274
279
|
### Python Edition
|