From 5fa5475a3a533efaf812a900b8926c61e2a4f5a0 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 28 May 2020 10:27:46 +0200 Subject: [PATCH] Add Kapow! CLI to HTTP server Kapow! lets you expose shell scripts over HTTP, retaining full control on both the parameters accepted and how the output is sent. Written in Go. Full docs: https://kapow.readthedocs.io Disclaimer: I'm one of the authors! Self-promotion alert! ;-) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6b3cf4..e10638a 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [Dropbox-Uploader](https://github.com/andreafabrizi/Dropbox-Uploader) - Dropbox Uploader is a Bash script which can be used to upload, download, list or delete files from Dropbox * [httpie](https://github.com/httpie/httpie) - HTTPie is a command line HTTP client, a user-friendly cURL replacement * [HTTPLab](https://github.com/gchaincl/httplab) - The interactive web server, let you inspect HTTP requests and forge responses. +* [Kapow!](https://github.com/BBVA/kapow) - If you can script it, you can HTTP it. * [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