From f1408737d349bcfb1a927b536e0786d63fba144e Mon Sep 17 00:00:00 2001 From: Sahel Jalal Date: Wed, 15 Apr 2020 13:04:15 -0700 Subject: [PATCH] Add nostromo (#3046) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92e7a070..e208755f 100644 --- a/README.md +++ b/README.md @@ -1893,6 +1893,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [myhttp](https://github.com/inancgumus/myhttp) - Simple API to make HTTP GET requests with timeout support. +* [nostromo](https://github.com/pokanop/nostromo) - CLI for building powerful aliases. * [okrun](https://github.com/xta/okrun) - go run error steamroller. * [olaf](https://github.com/btnguyen2k/olaf) - Twitter Snowflake implemented in Go. * [onecache](https://github.com/adelowo/onecache) - Caching library with support for multiple backend stores (Redis, Memcached, filesystem etc).