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

suggestion: banner #21

Open
gurgeous opened this issue Feb 18, 2016 · 2 comments
Open

suggestion: banner #21

gurgeous opened this issue Feb 18, 2016 · 2 comments

Comments

@gurgeous
Copy link

It would be great to support banners. We use this a lot in our scripts.

image

@piotrmurach
Copy link
Owner

That sounds useful, I would be interested in the api, do you have any code examples to show?

@gurgeous
Copy link
Author

Sure - note that the ANSI colors are defined as constants. I'd be happy to wrap this up as a PR that uses pastel if you give me a bit of direction. :)

def banner(str, color: GREEN)
  now = Time.new.strftime("%H:%M:%S")
  s = "#{str} ".ljust(72, " ")
  puts "#{color}[#{now}] #{s}#{RESET}"
end

and usage:

banner("Factoring primes...")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants