Networker

Installation
Download a pre-compiled binary
You can find a networker binary for your OS on the releases page.
Install globally using Go
Requires Go 1.18
go install github.com/fuskovic/networker/v2@latest
Compile from source
Requires Go 1.18
Clone the repo, cd into it and run:
make install
Verify your installation
networker -v
Documentation
See Docs for command examples.