oh-my-fish / plugin-await

Wait last background job with a nice progress spinner
MIT License
12 stars 2 forks source link

calling await kills whatever process was in background immediately #3

Open asedel opened 4 years ago

asedel commented 4 years ago

installed the package and found that it simply is killing whatever is in the background for me using latest fish via brew on osX, updated omf and tried this plugin today

asger-weirsoee commented 4 years ago

Can you elaborate a bit on what behavior you are experiencing? and how it deviates from what you are expecting.

Currently due to #2 when you send SIGTERM to your terminal, it will also send SIGTERM to ALL jobs that is running in the background.

ghost commented 3 years ago

I am also experiencing this behavior, demonstrated here

asger-weirsoee commented 3 years ago

@the-cobalt thanks for the video! it's been quite a while since I used this, but I'll look into it. ~Can you confirm that you are also using OSx?~ Seems like it also happens on my Manjaro installation, so its not excluded to OSx.