From 1ef1be2d37bfa1a20ebfb496459d2a47282709f5 Mon Sep 17 00:00:00 2001 From: Scott Elcomb Date: Fri, 12 Sep 2014 11:29:44 -0400 Subject: [PATCH] Add bcat to CLI apps --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4eb5f1c..c269dc3 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [is-up](https://github.com/sindresorhus/is-up) - Check whether a website is up or down. - [ipify](https://github.com/sindresorhus/ipify) - Get your public IP address. - [http-server](https://github.com/nodeapps/http-server) - Simple, zero-config command-line HTTP server. +- [bcat](https://github.com/kessler/node-bcat) - Pipe command output to web browsers. ### Functional programming