Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 865 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 865 Bytes

nrs

Netstat with sensible defaults - built in Rust

Usage

@adamkadaban
Netstat with sensible defaults

USAGE:
    nrs [FLAGS]

FLAGS:
    -s, --ascii        Use ascii instead of unicode for table output
    -c, --colors       Show colors in output
    -C, --compact      Output in compact table
    -h, --help         Prints help information
    -4, --inet4        Display only IP version 4 sockets
    -6, --inet6        Display only IP version 6 sockets
    -l, --listening    Display  only  listening sockets (these are omitted by default).
    -N, --numbers      Show row number alongside socket entries
    -t, --tcp          Display TCP sockets.
    -u, --udp          Display UDP sockets.
    -V, --version      Prints version information

what's with the name?

nrs stands for "netstat rust" or does it stand for "never run ss"? no idea