1
0
mirror of https://github.com/agarrharr/awesome-cli-apps synced 2024-11-05 04:38:52 +01:00

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.
This commit is contained in:
Ivan Seidel 2017-08-27 00:18:22 -03:00 committed by Adam Garrett-Harris
parent ae636abc57
commit 4062609057

View File

@ -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.