winload-rust-bin 0.1.12-beta.1 โ 0.1.12-rc.2
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 +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "winload-rust-bin",
|
|
3
|
-
"version": "0.1.12-
|
|
3
|
+
"version": "0.1.12-rc.2",
|
|
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.12-
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.12-
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.12-
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.12-
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.12-
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.12-
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.12-rc.2",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.12-rc.2",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.12-rc.2",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.12-rc.2",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.12-rc.2",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.12-rc.2"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -21,6 +21,8 @@
|
|
|
21
21
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
22
22
|
|
|
23
23
|
[](https://pypi.org/project/winload/)
|
|
24
|
+
[](https://pypi.org/project/winload/)
|
|
25
|
+
|
|
24
26
|
[](https://crates.io/crates/winload)
|
|
25
27
|
|
|
26
28
|
[](https://www.npmjs.com/package/@vincentzyuapps/winload)
|
|
@@ -29,7 +31,7 @@
|
|
|
29
31
|
[](https://aur.archlinux.org/packages/winload-rust-bin)
|
|
30
32
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
31
33
|
[](https://github.com/VincentZyuApps/winload/releases)
|
|
32
|
-
[](https://github.com/VincentZyuApps/homebrew-tap/blob/main/Formula/winload.rb)
|
|
33
35
|
|
|
34
36
|
> **[๐ Build Docs](.github/workflows/build.md)**
|
|
35
37
|
|
|
@@ -85,8 +87,8 @@ pip install winload
|
|
|
85
87
|
# https://gitee.com/wangnov/uv-custom/releases
|
|
86
88
|
uv venv --python 3.13
|
|
87
89
|
uv pip install winload
|
|
88
|
-
uv run winload
|
|
89
90
|
uv run python -c "import shutil; print(shutil.which('winload'))"
|
|
91
|
+
uv run winload
|
|
90
92
|
```
|
|
91
93
|
|
|
92
94
|
## ๐ฅ Rust Edition Installation (recommended)
|
|
@@ -223,7 +225,7 @@ winload --netlink # Manually enable RTNETLINK (Linux/Android, off by default)
|
|
|
223
225
|
| `-e`, `--emoji` | Enable emoji decorations in TUI ๐ | off |
|
|
224
226
|
| `-U`, `--unicode` | Use Unicode block characters for graph (โโโยท) | off |
|
|
225
227
|
| `-u`, `--unit <UNIT>` | Display unit: `bit` or `byte` | `bit` |
|
|
226
|
-
| `-b`, `--bar-style <STYLE>` | Bar style: `fill`, `color`, or `plain` | `
|
|
228
|
+
| `-b`, `--bar-style <STYLE>` | Bar style: `fill`, `color`, or `plain` | `plain` |
|
|
227
229
|
| `--in-color <HEX>` | Incoming graph color, hex RGB (e.g. `0x00d7ff`) | cyan |
|
|
228
230
|
| `--out-color <HEX>` | Outgoing graph color, hex RGB (e.g. `0xffaf00`) | gold |
|
|
229
231
|
| `--max-mode <MODE>` | Y-axis scaling mode: `smart`, `legacy`, or `fixed` | `smart` |
|