logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Trawl - Display Network Interfaces | Online Free DevTools by Hexmos

Display network interfaces with Trawl. Easily view network configuration, filter interfaces with regex, and list available connections. Free online tool, no registration required.

trawl

Print out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata. More information: https://github.com/robphoenix/trawl.

  • Show column names:

trawl -n

  • Filter interface names using a case-insensitive regex:

trawl -f wi

  • List available interfaces:

trawl -i

  • Include the loopback interface:

trawl -l

See Also