From 0be97812c62b1aa5e40aa801c4873ad8dac55da7 Mon Sep 17 00:00:00 2001 From: Stephen Chen Date: Fri, 8 Mar 2019 06:38:23 +0800 Subject: [PATCH] Add HTTP Prompt (#207) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cf6425a..5e2d907 100644 --- a/readme.md +++ b/readme.md @@ -153,6 +153,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [reachable](https://github.com/italolelis/reachable) - Reachable is a CLI tool to check if a domain is up. - [simplehttp](https://github.com/snwfdhmp/simplehttp) - Most simplest and direct way to start serving a local directory over HTTP from CLI. - [shell2http](https://github.com/msoap/shell2http) - HTTP-server to execute shell commands. Designed for development, prototyping or remote control. +- [HTTP Prompt](https://github.com/eliangcs/http-prompt) - An interactive command-line HTTP client featuring autocomplete and syntax highlighting. ### Mobile Development