mprocs
mprocs copied to clipboard
"mprocs ls" no color in output
Hi, nice work.
"mprocs ls" output is missing colors but the output is on one line (ls | cat would be on multiple lines) so it does have a pty.
You probably want mprocs "ls --color"
?
No I want to use the same commands unchanged in mprocs. Except if there's a reason why the terminal in mprocs is not like a normal terminal. I understand that it's given a pty.
vim colors show fine for example.
I did have some trouble running shell commands, any idea why?
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. If it shows colors, probably there is something in zsgrc/bashrc.
I ran "mprocs bash" and then ls in the terminal; colors were right.
You can try to check for alias: alias ls
.
the ls man page says that color is disabled by default, thus you're right