From b13a5d5053a3daa36d73e36780a7c72745bb54ec Mon Sep 17 00:00:00 2001 From: David Pinheiro Date: Thu, 6 Dec 2018 05:24:48 -0800 Subject: [PATCH] Add mole (#2210) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3be4ce5d..c4e9c7d5 100644 --- a/README.md +++ b/README.md @@ -1513,6 +1513,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [minquery](https://github.com/icza/minquery) - MongoDB / mgo.v2 query that supports efficient pagination (cursors to continue listing documents where we left off). * [mmake](https://github.com/tj/mmake) - Modern Make. * [moldova](https://github.com/StabbyCutyou/moldova) - Utility for generating random data based on an input template. +* [mole](https://github.com/davrodpin/mole) - cli app to easily create ssh tunnels * [mp](https://github.com/sanbornm/mp) - Simple cli email parser. It currently takes stdin and outputs JSON. * [mssqlx](https://github.com/linxGnu/mssqlx) - Database client library, proxy for any master slave, master master structures. Lightweight and auto balancing in mind. * [multitick](https://github.com/VividCortex/multitick) - Multiplexor for aligned tickers.