You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use entr to work with taskwarrior so that on one terminal I can see a task report and interact with it on another terminal, like so: ls ~/.task/pending.data | entr -c task ...
The problem is that when I alter the layout on my workspace anyhow (I add a terminal for example) the terminal gets crudely resized and the output doesn't reflow.
I was trying to solve this on the end user side, however, I see no easy way of doing this. I'd love to handle SIGWINCH on my own and just trigger entr rerun, however I cannot catch the signal from the parent script (my script which calls entr). Therefore, I think entr itself would be a good place to handle such signal (to trigger utility rerun), preferably gated by a command line option.
Would you welcome such a PR?
The text was updated successfully, but these errors were encountered:
I use
entr
to work with taskwarrior so that on one terminal I can see a task report and interact with it on another terminal, like so:ls ~/.task/pending.data | entr -c task ...
The problem is that when I alter the layout on my workspace anyhow (I add a terminal for example) the terminal gets crudely resized and the output doesn't reflow.
I was trying to solve this on the end user side, however, I see no easy way of doing this. I'd love to handle
SIGWINCH
on my own and just triggerentr
rerun, however I cannot catch the signal from the parent script (my script which calls entr). Therefore, I thinkentr
itself would be a good place to handle such signal (to trigger utility rerun), preferably gated by a command line option.Would you welcome such a PR?
The text was updated successfully, but these errors were encountered: