chucker / AltNetworkUtility

A clone of Apple's now-discontinued Network Utility
MIT License
3 stars 0 forks source link

Lookup tab #27

Open chucker opened 3 years ago

chucker commented 3 years ago

Existing features:

Um, this is a bit unclear. In Snow Leopard, this was clearly a dig front-end:

image

But in Catalina, the "select the information to lookup" drop-down is gone, and the output vastly simplified:

image

However, that's not the (default) output of host, dig, or dscacheutil, for that matter?

I feel like we should do these new features:

(•) macOS Directory Services (`dscacheutil`): matches Safari's behavior
( ) BIND (`dig`): matches Unix behavior, and offers more option
chucker commented 3 years ago
image

Not bad for entirely in XAML. (The NSTextField looks wrong, as does the font rendering. But whipping up that layout so quickly is cool. You might say it is… swift UI development without SwiftUI.)

chucker commented 3 years ago

Now if only we could figure out all the options in that drop-down…