-
Notifications
You must be signed in to change notification settings - Fork 192
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
Rich - use new shiny things #816
Comments
Also, colours for Questionary: https://twitter.com/willmcgugan/status/1338600509784150018?s=21 |
Colours for Questionary is not so simple, as the ANSI codes are escaped. See tmbo/questionary#107 |
ok, so the stderr shortcut is very minor and really only saves us about 5 characters so not worth rewriting I think. The spinner thing is cool and added in #828 The questionary formatting is difficult and tracked in a different issue on their repo, see above. I think that this issue can be closed after #828 is merged ✅ |
* Use ansi colours for the default values and filled values in the group select view of params (nf-core#816) * Add to group select prompt a warning that a value is required, if not yet filled and no default
Questionary stuff also now wrapped up 🎁 |
The Python Rich library keeps coming up with the goods and has some nice stuff that we should make use of.
Short hand for stderr console: https://twitter.com/willmcgugan/status/1338533429302923264?s=21
Loading spinners (can refactor homebrew one for schema build / launch).
... maybe some other stuff?
The text was updated successfully, but these errors were encountered: