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

Releases

No releases published

Packages

No packages published

Languages