What does HackerNews think of dog?

A command-line DNS client.

Language: Rust

#113 in Rust
> As a user of the "--color" flag for the `ip` command, I'd love to see tools like dig produce more modern output

https://github.com/ogham/dog is pretty good in that regard

Alternatively, use dog (https://github.com/ogham/dog)

> dog A readlang.com

A readlang.com. 1h57m12s 139.144.234.197

> dog A someinvalidserver.com

Status: NXDomain

There's this, which is a more modern dig, with color output, among other things: https://github.com/ogham/dog

There's also stuff like this, which will postprocess & color output from any command: https://github.com/garabik/grc, or https://github.com/armandino/TxtStyle