tmux-plugins / tmux-logging

Easy logging and screen capturing for Tmux.
MIT License
1.03k stars 113 forks source link

Remove 'cat -' from logging pipe-pane command #68

Open pahindman opened 4 months ago

pahindman commented 4 months ago

The cat is unnecessary since tmux can pipe directly to ansifilter/sed (or any other program that reads from stdin). If ansifilter/sed weren't being used then cat would be necessary, because pipe-pane needs a command to send the output to.

pahindman commented 4 months ago

I'm really liking this plugin! This is the first of a few small changes in my fork that I'd like to contribute. Thanks!

pahindman commented 2 months ago

Hi @bruno-, do you have any feedback about this PR?