An open API service indexing awesome lists of open source software.

https://github.com/jakewilliami/teanet

A command line tool for querying information about your home network
https://github.com/jakewilliami/teanet

cli command-line-tool network rust rust-lang

Last synced: 10 months ago
JSON representation

A command line tool for querying information about your home network

Awesome Lists containing this project

README

          

teanet

## Description

A small command line tool wrapping together useful queries for my home network.

Tea reminds me of home, hence the name.

This tool is ported from an [old bash script](https://github.com/jakewilliami/scripts/blob/master/bash/local-net).

## Quick Start

```console
$ ./compile.sh
$ ./teanet -h
```

## Usage

```
$ ./teanet -h
A command line tool for querying information about your home network

Usage: teanet [OPTIONS]

Options:
-l, --local Display local IP address of host
-p, --public Display public IP address of host
-h, --help Print help information
-V, --version Print version information
```