-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight crashed processes in red #125
Comments
Implementation tip: process-compose/src/tui/proc-table.go Line 37 in 24238b4
|
Great! I will add it to the next release. While I am at it, do you have any recommendations for additional color based hints for other states, like completed and pending? |
This is also something I've recently thought about since we had a similar need. One thing I personally would like to see is a status icon column (for example with just the ASCII char For me, i'd like to see the following colors:
|
@stijnveenman I like your suggestion! |
Added in v0.80.0 |
@F1bonacc1 Nice! This is what it looks like, btw.
![]() |
Hi @srid,
|
Feature Request
If a process exits with non-zero exit code, highlight that process line in RED colour or something. This catches the user's attention more readily than when they have to linearly (
O(n)
) scan the "EXIT CODE" column manually.Use Case:
In the setup below, both the
pg-basebackup-*
processes exited unsuccessfully. (How quickly can your eyes land on them?)Proposed Change
Highlight the
pg-basebackup-*
processes in different colour (red) to visually indicate that they crashed.Who Benefits From The Change(s)?
Everyone, especially those who use process-compose to run more than a handful of processes.
Alternative Approaches
None that I can think of.
The text was updated successfully, but these errors were encountered: