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

Add a "growVertical" spinners based on "dot" (Braille) symbols #469

Closed
HenrikBengtsson opened this issue May 25, 2022 · 2 comments
Closed
Labels
feature a feature request or enhancement
Milestone

Comments

@HenrikBengtsson
Copy link

I'd like to propose adding the following to cli:::spinners:

growVeriticalDotsLR <- c("", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "")
growVeriticalDotsRL <- c("", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "")
growVeriticalDotsLL <- c("", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "")
growVeriticalDotsRR <- c("", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "")

For example:

for (symbol in growVeriticalDotsRL) { cat(sprintf("%s\r", symbol)); Sys.sleep(0.5) }

PS. I'm not sure about the empty value, since the others spinners don't have them, but if I one want to be able to represent the full range from "empty" to "full", I figured one needs to include them, especially if they should be the same width.

@gaborcsardi gaborcsardi added this to the 3.4.0 milestone Aug 23, 2022
@gaborcsardi gaborcsardi added the feature a feature request or enhancement label Aug 23, 2022
@HenrikBengtsson
Copy link
Author

Thanks

@gaborcsardi
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants