Skip to content
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

Output streams #5

Open
g105b opened this issue Sep 19, 2018 · 0 comments
Open

Output streams #5

g105b opened this issue Sep 19, 2018 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@g105b
Copy link
Member

g105b commented Sep 19, 2018

When a command outputs something, it needs to be grouped into its own output stream.

Each stream can be provided a different colour, after #4 is implemented. For non-coloured terminals, the name of the command that is being output can be shown along with a timestamp before the message.

For example, two long-running processes "time" and "status" that make output every few seconds:

[time] 2020-04-05 17:25:53
The time is twenty five minutes past five.

[status] 2020-04-05 17:25:59
OK

[time] 2020-04-05 17:26:03
The time is twenty six minutes past five.

[status]  2020-04-05 17:26:10
OK
@g105b g105b added the enhancement New feature or request label Sep 19, 2018
@g105b g105b mentioned this issue Sep 19, 2018
@g105b g105b added this to Backlog in Overview Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Overview
Backlog
Development

No branches or pull requests

1 participant