From da3c0acabb3a158d7cc79c5678ea3e30990c4b56 Mon Sep 17 00:00:00 2001 From: Arun Sathiya Date: Fri, 1 Mar 2019 11:37:01 +0530 Subject: [PATCH] Fixed speed-test and Added speedtest-cli (#222) --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b0c69a1..3ebecc5 100644 --- a/readme.md +++ b/readme.md @@ -395,7 +395,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [open-shortcut-cli](https://github.com/sindresorhus/open-shortcut-cli) - Open the URL from a web shortcut file in the browser. - [pkg-dir-cli](https://github.com/sindresorhus/pkg-dir-cli) - Find the root directory of a npm package. - [speedtest-net](https://github.com/ddsol/speedtest.net) - Test your internet connection speed and ping using speedtest.net from the CLI. --- [speed-test](https://github.com/sindresorhus/speed-test) - A wrapper around speeedtest-net with different UI. +- [speed-test](https://github.com/sindresorhus/speed-test) - A wrapper around speeedtest-net with different UI. +- [speedtest-cli](https://github.com/sivel/speedtest-cli) - Command line interface for testing internet bandwidth using speedtest.net - [shortcut-url-cli](https://github.com/sindresorhus/shortcut-url-cli) - Get the URL from a web shortcut file. - [SpeedRead](https://github.com/sunsations/speed_read) - A simple terminal-based open source Spritz-alike. - [to-double-quotes](https://github.com/sindresorhus/to-double-quotes-cli) - Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns.