sveinbjornt / hear

Command line speech recognition and transcription for macOS
https://sveinbjorn.org/hear
BSD 3-Clause "New" or "Revised" License
303 stars 18 forks source link

`zsh: abort` when running from the IntelliJ built-in terminal #4

Closed avernet closed 1 year ago

avernet commented 2 years ago

Whatever command I run, other than hear -h or hear -v, I am getting a zsh: abort response. For instance:

$ hear -m                      
zsh: abort      hear -m

Is there something I am missing?

sveinbjornt commented 1 year ago

What version of macOS are you running, and on which CPU architecture?

avernet commented 1 year ago

I figured what the problem is: this is only happening when running hear from the built-in terminal in IntelliJ; all is good when running it from Terminal. This isn't a huge deal, so if this isn't an easy fix, feel free to close this. Thank you!