Pavel Volokitin

Results 78 comments of Pavel Volokitin

Hi. Thank you, happy to hear that mprocs is working for you. This feature certainly should be included into mprocs. I'm thinking to implement it similar to tmux copy mode....

@Alex141642 Which terminal are you using? And are you using tmux or screen? The first implementation is using OSC 52 terminal escape sequence, which might be disabled or not supported...

@hartmut-mariadb Selecting with mouse works. The problem is that not all terminals support copying via terminal escape codes. But I plan to add copying with other means for those terminals.

It's very easy to add. I'll add in in the next version. In fact, I already wanted to include it in the current version, but didn't have time.

Indeed it's too easy to quit by accident. I will add this in the next version.

Thank you for the detailed explanation and I'm glad mprocs is helping you. I think it's possible to improve rendering performance of mprocs by rerendering more rarely when output goes...

I don't really know a good way to run bash with a command and load the default config before that command. I tried calling `"zsh -c my-alias"`, but that doesn't...

I run it on macos and it works for me. Can you provide mode details about what is happening when you run mprocs? Also, did you install it via homebrew...

Do you think if might be some kind of anti-virus software? I had issues when I tried to compress binaries via the `upx` utility on windows, when default windows anti-virus...

Here is an uncompressed version: [mprocs.zip](https://github.com/pvolok/mprocs/files/8957763/mprocs.zip). It is the same binary as in 0.5.0 release, but not compressed via upx. If it works for you, then the problem is likely...