A CLI tool to interact with Netgear Nighthawk routers
Find a file
2024-11-17 22:14:39 -07:00
cmd/ntgr Initial commit 2024-11-17 22:02:46 -07:00
internal Initial commit 2024-11-17 22:02:46 -07:00
.gitignore Initial commit 2024-11-17 22:02:46 -07:00
go.mod Initial commit 2024-11-17 22:02:46 -07:00
go.sum Initial commit 2024-11-17 22:02:46 -07:00
Makefile Initial commit 2024-11-17 22:02:46 -07:00
README.md Add README 2024-11-17 22:14:39 -07:00

ntgr

ntgr is a TUI to facillitate interactions with Netgear Nighthawk routers. Currently it only suppports listing out the connected devices. While viewing the list of attached devices, one can press i to sort by IP address or n to sort by name (default).

Installation

Without cloning the repo, one can run the following to install ntgr:

go install git.wbrawner.com/wbrawner/ntgr/cmd/ntgr@latest

If you've already clone the repo, you can use the following command:

make install

Building

To build, run the following:

make