winload 0.1.11-beta.2

Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```shell

wsl
cargo clean
cargo check

export HOST_IP=$(ip route show default | awk '{print $3}')
export HTTPS_PROXY=http://$HOST_IP:7890
export HTTP_PROXY=http://$HOST_IP:7890
python3 build.py

python3 build.py --clean

cargo run --release -- --help

```