Skip to content

OpenBSDGuy/netplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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