ipgrep

Crates.ioipgrep
lib.rsipgrep
version0.2.0
sourcesrc
created_at2023-03-08 22:28:28.723558
updated_at2023-04-17 11:03:48.352384
descriptionsearch for IP addresses in text files
homepage
repositoryhttps://github.com/janstarke/ipgrep
max_upload_size
id805169
size77,101
Jan Starke (janstarke)

documentation

README

ipgrep

search for IP addresses in text files

Usage

Usage: ipgrep [OPTIONS] [FILE]...

Arguments:
  [FILE]...  

Options:
  -i, --include <INCLUDE>        display only lines who match ALL of the specified criteria. Values
                                 are delimited with comma [possible values: ipv4, ipv6, public,
                                 private, loopback]
  -x, --exclude <EXCLUDE>        hide lines who match ANY of the specified criteria. Values are
                                 delimited with comma [possible values: ipv4, ipv6, public, private,
                                 loopback]
  -I, --ignore-ips <IGNORE_IPS>  ignore any of the specified IP addresses. Values are delimited with
                                 comma
  -c, --colors                   highlight interesting content using colors
  -v, --verbose...               More output per occurrence
  -q, --quiet...                 Less output per occurrence
  -h, --help                     Print help
  -V, --version                  Print version

License: GPL-3.0

Commit count: 5

cargo fmt