|
|
|
|
|
by comex
1132 days ago
|
|
Nitpick: In general, the graphical tools don’t literally invoke the command-line tools. Rather, both the graphical tool and the command-line tool use the same C or Objective-C API (usually private and undocumented) provided by some system framework. But the command-line tools do tend to be more direct reflections of the underlying API, and more flexible. |
|
Yeah, I knew some of them did and then at some point I just started tossing more programs in the list as I ran across them.