Netspeed is a simple command-line utility for monitoring current internet usage on Linux systems. It fetches network interface data from /proc/net/dev and provides real-time statistics on network usage.
- Fetches and lists available network interfaces.
- Outputs current internet usage statistics on specified interface.
- nlohmann/json library (for JSON handling)
- CLI11
todo...