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

Option for "large to small" instead of "small to large" #21

Open
DerZyklop opened this issue Jul 26, 2019 · 2 comments
Open

Option for "large to small" instead of "small to large" #21

DerZyklop opened this issue Jul 26, 2019 · 2 comments

Comments

@DerZyklop
Copy link

I often use prettyping 8.8.8.8 -i 0.1 --nomulticolor to monitor the network stability. I really like the beautiful output. I start to think about printing them and hanging them on the wall 🤣

Awesome tool!

I guess its just a personal preference, but i would prefer huge green blocks as a representation of »everything is good« and a thinner line for »good pings« till they end in the red question marks. So what i’d like to see is basically a kind of inverted version of the nomulticolor version of prettyping.

If i am alone with this wish — could someone give me a hint were i can hack and hardcode it after forking? I guess its just a change in a single line in some height calculation.

@DerZyklop
Copy link
Author

DerZyklop commented Jul 27, 2019

I have a hardcoded version of this now.

For the following examples i used this command:
prettyping 8.8.8.8 -i 0.1 --nomulticolor

Default:

Screenshot 2019-07-27 at 13 00 43

My inverted version, recorded at the same time:

Screenshot 2019-07-27 at 13 00 41

@DerZyklop
Copy link
Author

Downside: My solution only makes sense with the --nomulticolor flag. If used with colors things are messed up.

Default:

Screenshot 2019-07-27 at 13 24 03

Output of my current hack with hardcoded inverting:

Screenshot 2019-07-27 at 13 24 05

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

No branches or pull requests

1 participant