From 406260905743ace0b8bb67eb8bd4f5a0f9ec6196 Mon Sep 17 00:00:00 2001 From: Ivan Seidel Date: Sun, 27 Aug 2017 00:18:22 -0300 Subject: [PATCH] Old Library was just a Wrapper (#141) * Old Library was just a Wrapper The old library described just implemented a cli on top of https://github.com/ddsol/speedtest.net. They now support a cli and there is no need for another cli that uses the original same repo. --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cf42f4a..cb79274 100644 --- a/readme.md +++ b/readme.md @@ -318,7 +318,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [medium-cli](https://github.com/djadmin/medium-cli) - Read [medium.com](https://medium.com/) stories within your terminal, also gives top stories. - [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. -- [speed-test](https://github.com/sindresorhus/speed-test) - Test your internet connection speed and ping using speedtest.net from the CLI. +- [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. - [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.