NTBTask icon indicating copy to clipboard operation
NTBTask copied to clipboard

A Cocoa class for running shell commands, supporting asynchronous I/O. Specifically it's a wrapper for NSTask making it simpler to use.

Results 2 NTBTask issues
Sort by recently updated
recently updated
newest added

If the environment is fetched before task is launched, run /usr/bin/env to get the environment the task will have when it is running. Or see if there is a Cocoa...

enhancement

Lets you do [[NTBTask alloc] initWithLaunchPath:@"echo"]; instead of [[NTBTask alloc] initWithLaunchPath:@"/bin/echo"]; also rename initWithLaunchPath to initWithCommand?

enhancement