vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
7.18k stars 278 forks source link

Please add websocat to HomeBew #18

Closed exabrial closed 5 years ago

exabrial commented 6 years ago

First I just want to say thanks for a very handy and great utility. It would be awesome if were available in HomeBrew. Thanks!

vi commented 6 years ago

How do I do it (especially without having a Mac)?

Shall I just prepare some naive pull request (based on something like ripgrep.rb)?

exabrial commented 6 years ago

Hmm... Good question. By chance are you testing on a Mac currently ?

vi commented 6 years ago

No, I only occasionally test on Mac personally. Users report that it works altough.

It seems like there is also Homebrew for Linux, so maybe I can try using it for submitting a pull request.

exabrial commented 6 years ago

I can report it seems to work pretty well as a client on mac :D If you get a pull request together, I'd gladly help with any testing. Homebrew is pretty much the defacto package manager for osx, so open the doors for a lot of new users.

vi commented 6 years ago

I will try (maybe in a week or some).

vi commented 6 years ago

Prepared a pull request: https://github.com/Homebrew/homebrew-core/pull/33296

Please check.

exabrial commented 6 years ago

Awesome boss sauce. We'll take a look at it here and give it a run tomorrow

On Tue, Oct 23, 2018, 2:49 AM Vitaly Shukela notifications@github.com wrote:

Prepared a pull request: Homebrew/homebrew-core#33296 https://github.com/Homebrew/homebrew-core/pull/33296

Please check.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vi/websocat/issues/18#issuecomment-432134725, or mute the thread https://github.com/notifications/unsubscribe-auth/ABU-qWq0EMK8ZwICiBtNv3YGn5AywfsGks5unsoBgaJpZM4XLeoY .

vi commented 5 years ago

@exabrial Websocat seems to be added to Homebrew. Please check if it works for you.

Note that brew install websocat is expected to take long time and occupy significant disk space (especially if you don't have Rust already brew installed).

exabrial commented 5 years ago

It works!!! Thank you!