progress icon indicating copy to clipboard operation
progress copied to clipboard

add OS X unique commands

Open qinyuhang opened this issue 9 years ago • 4 comments
trafficstars

add OS X unique commands such as shasum5.16 shasum5.18 perl5.16(for shasum in OS X )

qinyuhang avatar Dec 27 '15 12:12 qinyuhang

:+1: Would love to see this merged.

jeffcox avatar Dec 29 '15 18:12 jeffcox

OS X does not come with 7z.

Did you test this out? Only GNU coreutils typical behaviour is checked.

Tatsh avatar Jan 23 '16 21:01 Tatsh

Sorry OS X not come with 7z, that is I imaged, but I tested perl series, shasum series, unzip & zip, md5, and it works.

qinyuhang avatar Jan 24 '16 23:01 qinyuhang

Okay well, perl is extremely generic. Perl may do I/O (as it appears shasum is a Perl script?) that progress may see, but then you might as well have any script interpreter that comes with OS X, namely ruby, php, python.

Also, unzip and zip by default show progress. You have to pass -q to make them quiet.

Tatsh avatar Jan 25 '16 00:01 Tatsh