-
Notifications
You must be signed in to change notification settings - Fork 136
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
Allow follow
to follow all tasks
#581
Comments
I like the idea of the prefix. That definitely makes the default behavior of Regarding the following of the next task, I'm not so sure though. I'm inclined to not add this, especially since this can easily be done via the shell and a small alias |
It seems this can work if we have a prefix. IIRC I have seen such UX somewhere (docker compose logs maybe?), where logs like:
Looks reasonable! |
Could you describe your usecase a bit? I'm curious as I've always disliked the way docker compose displayed logs of multiple containers. Personally, I found it much easier to monitor the state of a daemon with something like I'm getting the feeling that you would much rather like to have a proper TUI for task introspection like |
Hi, my personal usecase is to put it on a monitor/tab and keep an eye on it once in a while to see whether something is going wrong. I only have one or two tasks, so mixing it does not make it unreadable (but yes - if there are 10 concurrent tasks then that output can be quite bad!) Anyway, I am happy with the |
In that case I'll close it for now :D I'll try to figure out why I have a strong aversion against that type of logging 😅 |
A detailed description of the feature you would like to see added.
Hi thanks for the library! Currently
pueue follow
seems to only follow one task. However, it would be great to have a terminal that shows the logs of the currently running task. Now it seems I need to runpueue follow
again whenever one task is finished and the next task starts.Also, to avoid making readers confused which task it is talking about, it would be great if
pueue follow
prefixes the output with information of task (e.g. task id).Explain your usecase of the requested feature
(see above)
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: