Pavel Volokitin
Pavel Volokitin
This is definitely a feature that I'd like to have in mprocs. I am planning to make a small release soon and will make sure to include this feature.
> Related, it would be helpful to have a remote control command to "sleep" What would the "sleep" command do?
Are you trying to define `procs` in your global config file? Global config file allows all config fields except `procs`.
Well, the idea is that those files are for different purposes. Global config lets you configure mprocs behavior. And local config describes the commands to run. You can open mprocs...
I like the idea of having predefined projects. Thank you for the suggestions! However, it will take some time to implement. I hope to release a new version somewhere in...
Thank you for a very detailed explanation. Unfortunately, currently it's impossible to send these keys. I just added most basic keys and never describes the rest of the keys. I...
Reopening. Still need to add code for reading value from parsed yaml.
Thanks for the report. I hope we can track the problem. If you will notice any other clues, please let me know. Currently, full redraw can be triggered by resizing...
You probably want `mprocs "ls --color"`?
I think your shell (bash/zsh or other) has something in its config. Try to run your shell via mprocs: `mprocs zsh`. And then try to use `ls` inside that shell....