From c4923ca3cc7eac065cccc0c4426d09dcea0fc056 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 7 Jun 2017 13:32:14 +0200 Subject: [PATCH] Added several clients --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 86aa7a4..be891a7 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,11 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other * `nc towel.blinkenlights.nl 23` — watch StarWars in terminal * `ssh chat.shazow.net` — chat over SSH ([shazow/ssh-chat](https://github.com/shazow/ssh-chat)) + +## Clients + +At least on of the clients, that you need to access these services, is installed in almost every UNIX/Linux system. + +* [curl/curl](https://github.com/curl/curl) +* [httpie](https://github.com/jakubroztocil/httpie) — modern command line HTTP client +* wget