Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
A command line tool for querying information about your home network
- Host: GitHub
- URL: https://github.com/jakewilliami/teanet
- Owner: jakewilliami
- License: mit
- Created: 2022-11-14T01:28:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T09:34:10.000Z (over 1 year ago)
- Last Synced: 2023-08-30T16:05:31.905Z (over 1 year ago)
- Topics: cli, command-line-tool, network, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```commandline
$ ./compile.sh
$ ./teanet -h
```## Usage
```
$ ./teanet -h
A command line tool for querying information about your home networkUsage: 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
```