Enhance console output for service commands #3

Open
opened 2024-05-23 12:35:36 +02:00 by hiway · 0 comments
Owner

Implement console component that has three tabs:

  • combined
  • stdout
  • stderr

Combined view shows output as seen in terminal window with stdout and stderr interspersed.
Add hints using color/bullets to mark stdout and stderr in the combined view.

stdout and stderr views show only lines output to that file descriptor.
Keep consistent formating (color/bullets) as in combined view.

Display exit code of executed commands within the component.

Add a button to copy content from the selected tab into clipboard.

Implement `console` component that has three tabs: - combined - stdout - stderr Combined view shows output as seen in terminal window with stdout and stderr interspersed. Add hints using color/bullets to mark stdout and stderr in the combined view. stdout and stderr views show only lines output to that file descriptor. Keep consistent formating (color/bullets) as in combined view. Display exit code of executed commands within the component. Add a button to copy content from the selected tab into clipboard.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hiway/freedive#3
No description provided.