Pavel Volokitin
Pavel Volokitin
Thank you for sharing. Does it give any info about the problem?
Probably I can't do anything here. But thanks for sharing.
The `release.sh` file is used to create binaries to publish a new version. You can use standard cargo ways to compile or run: `cargo build` or `cargo run`.
It requires nightly rust. You can specify it like this: `cargo +nightly build`. But you need to have rust nightly version installed: `rustup install nightly`.
I will add some screenshots before version 0.1. Current repo is just a preview for now.
@ddofborg Well, a couple of them might have been implemented. I'll do through them and update the changelog before the release. The good news is that I finally sat to...
@jayvdb Awesome. Thanks for the confirmation.
Thank you for your feedback and proposal! I agree that processes with exit code 0 should have different color. I suggest we keep the string "DOWN" as it is short...
Thank you! This feature should certainly be in mprocs. However, I'd like it to be more generic. Currently I have in mind a plan to add folders and maybe tags....
Try adding this to wezterm config: ``` enable_csi_u_key_encoding = true, ``` I am using wezterm on macos and it makes it work for me.