Skip to content

Netstat with sensible defaults - implemented in Rust

Notifications You must be signed in to change notification settings

Adamkadaban/nrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Netstat with sensible defaults - implemented in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages