From 572ff380dcf8d24332b75b240da8c5c4326221cb Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 15 Apr 2020 22:15:57 +0200 Subject: [PATCH] Add hostctl to Utilities (#3050) * Add hostctl to Utilities * Fix alphabetical order for hostctl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e208755f..2a7133ce 100644 --- a/README.md +++ b/README.md @@ -1870,6 +1870,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection. * [gubrak](https://github.com/novalagung/gubrak) - Golang utility library with syntactic sugar. It's like lodash, but for golang. * [handy](https://github.com/miguelpragier/handy) - Many utilities and helpers like string handlers/formatters and validators. +* [hostctl](https://github.com/guumaster/hostctl) - A CLI tool to manage /etc/hosts with easy commands. * [htcat](https://github.com/htcat/htcat) - Parallel and Pipelined HTTP GET Utility. * [hub](https://github.com/github/hub) - wrap git commands with additional functionality to interact with github from the terminal. * [hystrix-go](https://github.com/afex/hystrix-go) - Implements Hystrix patterns of programmer-defined fallbacks aka circuit breaker.