From f3d40a8631a088e005435b3dadd72dac952d0c00 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Tue, 12 Jan 2016 13:13:22 -0700 Subject: [PATCH] Add hget --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 072da2e..691b78f 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ Some fine resources to write your own CLI App. - [yosay](https://github.com/yeoman/yosay) - Like cowsay, but for yeoman. - [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB in Python. - [weather-cli](https://github.com/riyadhalnur/weather-cli) - Check the weather for your city from your terminal. +- [hget](https://github.com/bevacqua/hget) - Render websites in plain text from your terminal. ## License