sindresorhus / speed-test

Test your internet connection speed and ping using speedtest.net from the CLI
MIT License
3.91k stars 164 forks source link

Megabytes as default #69

Closed detectingdragon77 closed 3 years ago

detectingdragon77 commented 3 years ago

Is there a way to run this with the default of always using the measurements of megabytes instead of always specifying the "-b" flag? Ps. Great project btw!

sindresorhus commented 3 years ago

Put a shell alias in your dot files:

alias speed-test='speed-test --bytes'

You could even use a shorter command.