prettyping icon indicating copy to clipboard operation
prettyping copied to clipboard

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

Open DerZyklop opened this issue 6 years ago • 2 comments

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 avatar Jul 26 '19 14:07 DerZyklop

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 avatar Jul 27 '19 11:07 DerZyklop

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

DerZyklop avatar Jul 27 '19 11:07 DerZyklop