Chores icon indicating copy to clipboard operation
Chores copied to clipboard

A library for simplifying task execution in Swift.

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

Trying to launch any shell script that resides in /usr/local/bin will fail, as it is not on the search path. Consequently, even "which foobar.sh" will not return the path of...

Something like this: ``` swift >["ls", glob("*.md")] ``` which would do shell globbing and return a string.

enhancement