~/greynoise-cli

e529e94f2c206a068ea6d54e918b50b7445418d3 — Arthur Melton 2a9ea282 2 years ago
better readme
1 files changed, 26 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +26 -0
@@ 1,1 1,27 @@

# [GreyNoise-cli](https://git.arthurmelton.com/greynoise-cli)

# Install

```
cargo install --git https://git.arthurmelton.com/greynoise-cli
```

# Run

```
A cli program to check ips

Usage: gn <IP> <COMMAND>

Commands:
  noise  How much noise do they make on the internet
  riot   The person / company running the ip
  help   Print this message or the help of the given subcommand(s)

Arguments:
  <IP>  The ip that you want to check

Options:
  -h, --help     Print help information
  -V, --version  Print version information
```