From 51cc243888648f8b0f39c23a8202198054aa20da Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Sat, 27 Oct 2018 08:40:35 +0300 Subject: [PATCH] Added shell2http (#295) This is a HTTP-server to execute shell commands. Designed for development, prototyping or remote control. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24688ff..3a8fd88 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [HTTPLab](https://github.com/gchaincl/httplab) - The interactive web server, let you inspect HTTP requests and forge responses. * [ngincat](https://github.com/jaburns/ngincat) - Tiny Bash HTTP server using netcat * [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines +* [shell2http](https://github.com/msoap/shell2http) - HTTP-server to execute shell commands. Designed for development, prototyping or remote control * [youtube-dl](https://github.com/rg3/youtube-dl) - Small command-line program to download videos from YouTube.com and other video sites ## Multimedia and File Formats