In Tmux send output matching regexp or some other matching method from one pane on one window to a pane in...

Sum Square Difference, which way is more Pythonic?

Go to last file in vim

How to gracefully leave a company you helped start?

What modifiers are added to the attack and damage rolls of this unique longbow from Waterdeep: Dragon Heist?

Sums of binomial coefficients weighted by incomplete gamma

What is the opposite of "hunger level"?

Can anybody tell me who this Pokemon is?

How to programatically get all linked items for a given Sitecore item?

How to prevent criminal gangs from making/buying guns?

Is it really Security Misconfiguration to show a version number?

What are the advantages of this gold finger shape?

Airline power sockets shut down when I plug my computer in. How can I avoid that?

The more + the + comparative degree

Units of measurement, especially length, when body parts vary in size among races

How does the Moon's gravity affect Earth's oceans despite Earth's stronger gravitational pull?

Locked room poison mystery!

Why does Japan use the same type of AC power outlet as the US?

Source that you can't tell your wife not to lend to others

Help, I cannot decide when to start the story

Output the list of musical notes

Some pads on a PCB are marked in clusters and I can't understand which one is which

Build a mob of suspiciously happy lenny faces ( ͡° ͜ʖ ͡°)

Does an Irish VISA WARNING count as "refused entry at the border of any country other than the UK?"

What is axle tramp?



In Tmux send output matching regexp or some other matching method from one pane on one window to a pane in another window


Moving tmux pane to windowPrevent pane/window from closing when command completes - tmuxTmux, change window pane by mouse clickCopy text from one tmux pane to another (using vim)tmux: shared session, one user in a pane, another in another pane, two different cursorsTmux - Get pane # of each pane in a window from a script?Run build command from vim, send output to another tmux pane?tmux: Send and execute highlighted code in other pane






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















When I'm coding (in Neovim), I use Guard in one of my panes so I can see the results of test running this causes the Tmux UI to update which causes a lot of lag when I'm trying to write into my editor in another pane.



So I'm wondering, is it possible to run guard in a background window (as to not update the UI so much to reduce lag) and then send output that matches from a list of matches (in some manner) to a specific pane on my visible window or perhaps in the status bar? So for example:




  1. Write to file

  2. Guard executes and runs RSpec and Rubocop

  3. When Guard displays the list of failures it outputs it to background pane X


    • Matching something like /Failed.*$.*#.*n$/m



  4. when Guard displays the Rubocop violations it outputs it to background pane X


    • Matching something like /Offenses.*detected/m



  5. Plugin sees the output in pane X, matches against given matchers and outputs only the matching part to foreground pane Y










share|improve this question

































    0















    When I'm coding (in Neovim), I use Guard in one of my panes so I can see the results of test running this causes the Tmux UI to update which causes a lot of lag when I'm trying to write into my editor in another pane.



    So I'm wondering, is it possible to run guard in a background window (as to not update the UI so much to reduce lag) and then send output that matches from a list of matches (in some manner) to a specific pane on my visible window or perhaps in the status bar? So for example:




    1. Write to file

    2. Guard executes and runs RSpec and Rubocop

    3. When Guard displays the list of failures it outputs it to background pane X


      • Matching something like /Failed.*$.*#.*n$/m



    4. when Guard displays the Rubocop violations it outputs it to background pane X


      • Matching something like /Offenses.*detected/m



    5. Plugin sees the output in pane X, matches against given matchers and outputs only the matching part to foreground pane Y










    share|improve this question





























      0












      0








      0








      When I'm coding (in Neovim), I use Guard in one of my panes so I can see the results of test running this causes the Tmux UI to update which causes a lot of lag when I'm trying to write into my editor in another pane.



      So I'm wondering, is it possible to run guard in a background window (as to not update the UI so much to reduce lag) and then send output that matches from a list of matches (in some manner) to a specific pane on my visible window or perhaps in the status bar? So for example:




      1. Write to file

      2. Guard executes and runs RSpec and Rubocop

      3. When Guard displays the list of failures it outputs it to background pane X


        • Matching something like /Failed.*$.*#.*n$/m



      4. when Guard displays the Rubocop violations it outputs it to background pane X


        • Matching something like /Offenses.*detected/m



      5. Plugin sees the output in pane X, matches against given matchers and outputs only the matching part to foreground pane Y










      share|improve this question
















      When I'm coding (in Neovim), I use Guard in one of my panes so I can see the results of test running this causes the Tmux UI to update which causes a lot of lag when I'm trying to write into my editor in another pane.



      So I'm wondering, is it possible to run guard in a background window (as to not update the UI so much to reduce lag) and then send output that matches from a list of matches (in some manner) to a specific pane on my visible window or perhaps in the status bar? So for example:




      1. Write to file

      2. Guard executes and runs RSpec and Rubocop

      3. When Guard displays the list of failures it outputs it to background pane X


        • Matching something like /Failed.*$.*#.*n$/m



      4. when Guard displays the Rubocop violations it outputs it to background pane X


        • Matching something like /Offenses.*detected/m



      5. Plugin sees the output in pane X, matches against given matchers and outputs only the matching part to foreground pane Y







      tmux






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday







      Thermatix

















      asked yesterday









      ThermatixThermatix

      2041 silver badge10 bronze badges




      2041 silver badge10 bronze badges

























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f535541%2fin-tmux-send-output-matching-regexp-or-some-other-matching-method-from-one-pane%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f535541%2fin-tmux-send-output-matching-regexp-or-some-other-matching-method-from-one-pane%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...