wait-for-it icon indicating copy to clipboard operation
wait-for-it copied to clipboard

Added support for OSX

Open txgruppi opened this issue 8 years ago • 5 comments

OSX doesn't have the timeout command by default. it can be installed by brew install coreutils but it is called gtimeout.

txgruppi avatar Aug 03 '16 18:08 txgruppi

+1, this should be accepted

cuipengfei avatar Sep 08 '16 17:09 cuipengfei

👍 for me, is there anything blocking it?

lucamilanesio avatar Oct 05 '16 12:10 lucamilanesio

@txgruppi could you look at my PR https://github.com/vishnubob/wait-for-it/pull/19/files I solved it by not requiring coreutils. Thoughts?

stevepandichhg avatar Jun 27 '17 16:06 stevepandichhg

@stevepandichhg it looks great. Are you sure it behaves in the same way as the Linux timeout?

Sorry about this question but I'm not a perl guy.

txgruppi avatar Jun 27 '17 17:06 txgruppi

Hey @txgruppi

You can use the Wait4X, It's already compatible with OSX amd64 and arm64. https://github.com/atkrad/wait4x/releases

atkrad avatar Jun 15 '22 12:06 atkrad