From bcc1f3404e1e6ae78554a23665b85d75eef5107b Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 27 May 2017 20:23:01 +0200 Subject: [PATCH 1/3] Add cloud category --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2238709..841de6f 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [mobicon-cli](https://github.com/SamVerschueren/mobicon-cli) - Mobile app icon generator. - [mobisplash-cli](https://github.com/SamVerschueren/mobisplash-cli) - Mobile app splash screen generator. + +## Cloud + +- [SAWS](https://github.com/donnemartin/saws) - Supercharged AWS CLI +- [s3cmd](http://s3tools.org/s3cmd) - Fully-Featured S3 client + ## Database - [mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. From 3b5c262cdac4306768ef0eaa1280ac6635c7dbf8 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Mon, 5 Jun 2017 13:50:32 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 841de6f..69d5908 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Development](#development) - [Web Development](#web-development) - [Mobile Development](#mobile-development) + - [Cloud](#cloud) - [Database](#database) - [Productivity](#productivity) - [Utilities](#utilities) @@ -111,8 +112,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Cloud -- [SAWS](https://github.com/donnemartin/saws) - Supercharged AWS CLI -- [s3cmd](http://s3tools.org/s3cmd) - Fully-Featured S3 client +- [SAWS](https://github.com/donnemartin/saws) - Supercharged AWS CLI. +- [s3cmd](https://github.com/s3tools/s3cmd) - Fully-Featured S3 client. ## Database From 8df1abf4d238b2e81b79b32a0943e65cc354a633 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Mon, 5 Jun 2017 13:50:56 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d5908..52ed964 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Development](#development) - [Web Development](#web-development) - [Mobile Development](#mobile-development) - - [Cloud](#cloud) +- [Cloud](#cloud) - [Database](#database) - [Productivity](#productivity) - [Utilities](#utilities)