drunkenDig v0.1
Been spending more time with cocoa, specifically trying to get a good handle on NSTask and pipes to other programs for a long-term app I'm working on. Out of 10 projects or so I have in various states of learning, drunkenDig actually works. Simple wrapper for the unix dig command. No icon or frills, but it should work.
I may improve it some in the future, I want to clean up the output some and be able to spawn multiple threads (currently the UI blocks, which on a slow network could be annoying) and allow for more options, like mx lookups.
Download here, and lemme know if it works for ya.
Screenshot:

Comments (4)
Posted by: CM Harrington at May 2, 2004 06:47 PM
Any chance we can get the source?
Posted by: drunkenbatman at May 4, 2004 10:46 PM
Sure, np. I'd post it, but it's from a year ago and hasn't been touched since... and it's pretty basic stuff. I'll fire it in an email.
Posted by: Applonia at May 11, 2004 03:47 PM
can you shoot it this way too? TIA








Application works fine. In general, I would love to see more of these UNIX-like tools combined in useful combinations and presented in a useful utility. Even better when they are made AppleScriptable.