-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature request: adjustable color and width #1
Comments
That should be easy to do. I'll get around to it eventually, but feel free
to give it a go yourself and open a PR.
…On Mon, Nov 30, 2020, 15:55 Adriano Provvisiero ***@***.***> wrote:
First of all: this is amazing!
It would be nice to be able to use a different color for graphing, and to
specify a maximum width for the graph.
Thanks for this gem!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYUB5DWLRR3L2CIW26WG3SSOP5FANCNFSM4UHTMHZQ>
.
|
Any interest in adding the color feature? I can point you at the exact lines of code to modify. |
I'm sorry, I have really zero experience with Rust, otherwise I would've been glad to contribute |
No worries. What command line flags would you like to see for the color? How would you like to specify it? |
well I think the standard |
Any thoughts on how this should interact with the ability to run multiple
commands?
…On Sat, Dec 5, 2020, 17:35 Adriano Provvisiero ***@***.***> wrote:
well I think the standard [-c|--color] would be spot on. And regarding
how to specify it, I guess the standard xterm 256 color codes
<https://jonasjacek.github.io/colors/> would be more than plenty for
everybody. If you want to go the extra mile, support to specify them by
their Xterm name (ie black, green, etc) would be awesome!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYUB2OVQXJ2CGYSAPADV3STJHNJANCNFSM4UHTMHZQ>
.
|
Perhaps specifying |
also nice to have: a |
First of all: this is amazing!
It would be nice to be able to use a different color for graphing, and to specify a maximum width for the graph.
Thanks for this gem!
The text was updated successfully, but these errors were encountered: