Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 648 Bytes

File metadata and controls

27 lines (18 loc) · 648 Bytes

Netplot 📈

Netplot displays network upload and download in plot form inside the terminal.

Dependencies

netplot is dependent on two packages ttyplot and fzf. Install them by running,

$ doas pkg_add ttyplot fzf

Installation

$ curl -sL https://raw.githubusercontent.com/OpenBSDGuy/netplot/master/netplot > "$HOME/.local/bin/netplot" && chmod a+x "$HOME/.local/bin/netplot" 

Uninstallation

$ rm "$HOME/.local/bin/netplot" && doas pkg_delete ttyplot fzf