From 4efe5344e069ed921f208bcbbd097705be2d3b4f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 17 Sep 2021 10:20:22 -0700 Subject: [PATCH] add links to HN and Reddit --- README.md | 2 ++ templates/readme_template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index dc7027c1..e9c8599c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ See also: - [libxo on FreeBSD](http://juniper.github.io/libxo/libxo-manual.html) - [powershell](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/convertto-json?view=powershell-7) - [blog: linux apps should have a json flag](https://thomashunter.name/posts/2012-06-06-linux-cli-apps-should-have-a-json-flag) +- [Hacker News discussion](https://news.ycombinator.com/item?id=28266193) +- [Reddit discussion](https://www.reddit.com/r/programming/comments/pa4cbb/bringing_the_unix_philosophy_to_the_21st_century/) Use Cases: - [Bash scripting](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/) diff --git a/templates/readme_template b/templates/readme_template index 2d587290..1f5649ee 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -60,6 +60,8 @@ See also: - [libxo on FreeBSD](http://juniper.github.io/libxo/libxo-manual.html) - [powershell](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/convertto-json?view=powershell-7) - [blog: linux apps should have a json flag](https://thomashunter.name/posts/2012-06-06-linux-cli-apps-should-have-a-json-flag) +- [Hacker News discussion](https://news.ycombinator.com/item?id=28266193) +- [Reddit discussion](https://www.reddit.com/r/programming/comments/pa4cbb/bringing_the_unix_philosophy_to_the_21st_century/) Use Cases: - [Bash scripting](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/)