-
Notifications
You must be signed in to change notification settings - Fork 96
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
New blog post: Nextflow colorful new console output #189
Conversation
✅ Deploy Preview for nextflow-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Amazing content 🤩 |
Thanks @mribeirodantas @maxulysse @justinegeffen ! The line is super long and so the diff is difficult to read - I think it was just the missing word that you were all commenting on? Should be fixed now - shout if there was anything else in your suggestion :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor corrections but otherwise this is a really nice blog post!
Whilst the original intent was focused on using color, it didn’t take long to come up with a shortlist of other niggles that I wanted to fix. I took this project as an opportunity to address a few of these, specifically: | ||
|
||
- Make the most of the available width in the terminal | ||
- Redundant text is now cut down when the screen is narrow. Specifically the repeated `process >` text, plus other small gains such as replacing the three `...` characters with a single `…` character. The percentage-complete is removed if the window is really narrow. These changes happen dynamically every time the screen refreshes, so should update if you resize the terminal window. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Redundant text is now cut down when the screen is narrow. Specifically the repeated `process >` text, plus other small gains such as replacing the three `...` characters with a single `…` character. The percentage-complete is removed if the window is really narrow. These changes happen dynamically every time the screen refreshes, so should update if you resize the terminal window. | |
- Redundant text is now cut down when the screen is narrow. Specifically the repeated `process >` text, plus other small gains such as replacing the three `...` characters with a single `…` character. The `percentage-complete` is removed if the window is really narrow. These changes happen dynamically every time the screen refreshes, so should update if you resize the terminal window. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't text that's present verbatim, so not sure about making it code
. I'm referring to the bit that says 75%
or whatever.
Co-authored-by: Justine Geffen <[email protected]>
Thank you @liliagrc !
New blog post about coloured Nextflow console / log output.
@netlify /blog/2024/nextflow-colored-logs.html