From 35f36c9172c6b6852879ae5403f4101cd8411cfa Mon Sep 17 00:00:00 2001 From: Lauri at Zalando Date: Fri, 19 Aug 2016 13:16:42 +0200 Subject: [PATCH 1/2] Added Data section + BigBash BigBash (https://github.com/zalando/bigbash) is an open-source converter that generates a bash one-liner from an SQL Select query, no database necessary. --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index e9fd047..41f052e 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,11 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches - [bash-sensible](https://github.com/mrzool/bash-sensible) - An attempt at saner Bash defaults +## Data +- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary + +*Tools for working with data.* + ## For Developers *Command-line development, version control, and deployment.* From c132b445dde2cd0207c8cd918d509a63ad9a1104 Mon Sep 17 00:00:00 2001 From: Lauri at Zalando Date: Fri, 19 Aug 2016 14:31:36 +0200 Subject: [PATCH 2/2] fixed title/description issue Sorry -- copy/pasted in too much of a hurry --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 41f052e..dea7e55 100644 --- a/readme.md +++ b/readme.md @@ -53,10 +53,11 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [bash-sensible](https://github.com/mrzool/bash-sensible) - An attempt at saner Bash defaults ## Data -- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary *Tools for working with data.* +- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary + ## For Developers *Command-line development, version control, and deployment.*