From 50a326d5b7bec6c3453e2d65f49a18b68353dc24 Mon Sep 17 00:00:00 2001 From: Adam Garrett-Harris Date: Wed, 9 Jan 2019 13:02:24 -0700 Subject: [PATCH 1/7] Remove newsletter link --- readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/readme.md b/readme.md index 0f698da..ed8eef6 100644 --- a/readme.md +++ b/readme.md @@ -15,12 +15,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ---- - -[Sign up for the Newsletter!](https://tinyletter.com/awesome-cli-apps) - ---- - ## Table of Contents From 742c1ff4d13e7a1dcfce809b0432a8f3528b30fa Mon Sep 17 00:00:00 2001 From: Adam Garrett-Harris Date: Wed, 9 Jan 2019 13:06:54 -0700 Subject: [PATCH 2/7] Add looking for maintainers link --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index ed8eef6..a3000b9 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. +

Looking for new maintainers

+ ## Table of Contents From 45970c69d5702e1172bc5f44fb00aab579652ef0 Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 24 Jan 2019 14:28:31 +0530 Subject: [PATCH 3/7] Add mevn-cli to the list --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a3000b9..3729144 100644 --- a/readme.md +++ b/readme.md @@ -141,6 +141,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [HTTPie](https://github.com/jkbrzt/httpie) - A user-friendly HTTP client. - [serve](https://github.com/zeit/serve) - Easy to use static file server with features like https, CORS and GZIP compression. - [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. +- [mevn-cli](http://github.com/madlabsinc/mevn-cli) - CLI tool for the MEVN stack ### Mobile Development From f561c5574062ac59638abb5eaf852791ab679eee Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 24 Jan 2019 14:30:09 +0530 Subject: [PATCH 4/7] Add teachcode to the list --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3729144..b1dd940 100644 --- a/readme.md +++ b/readme.md @@ -234,6 +234,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [The Fuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command. - [tldr](https://github.com/tldr-pages/tldr) - Simplified and community-driven man pages. - [Wat](https://github.com/dthree/wat) - Instant, central, community-built docs. +- [teachcode](https://github.com/madlabsinc/teachcode) - A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding. ## Data Manipulation From 638bd525f8cd711769a37e285706b69dbfe65aac Mon Sep 17 00:00:00 2001 From: James George Date: Thu, 24 Jan 2019 14:32:06 +0530 Subject: [PATCH 5/7] Add scaffold-static to the list --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b1dd940..729f87e 100644 --- a/readme.md +++ b/readme.md @@ -141,7 +141,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [HTTPie](https://github.com/jkbrzt/httpie) - A user-friendly HTTP client. - [serve](https://github.com/zeit/serve) - Easy to use static file server with features like https, CORS and GZIP compression. - [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. -- [mevn-cli](http://github.com/madlabsinc/mevn-cli) - CLI tool for the MEVN stack +- [mevn-cli](http://github.com/madlabsinc/mevn-cli) - CLI tool for the MEVN stack. +- [scaffold-static](https://github.com/jamesgeorge007/scaffold-static) - Static site generator for vanila JS. ### Mobile Development From 42c4f2de6bc77169e9de845a380ff0029d603250 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Fri, 2 Feb 2018 23:20:48 +0100 Subject: [PATCH 6/7] Add eureka --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 729f87e..1450983 100644 --- a/readme.md +++ b/readme.md @@ -189,6 +189,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [cash-cli](https://github.com/xxczaki/cash-cli) - Convert 32 currencies from the command line! - [papis](http://github.com/alejandrogallo/papis) - Powerful and extensible document and bibliography manager. - [Terminal velocity](https://vhp.github.io/terminal_velocity/) - A fast note-taking app for the UNIX terminal. +- [eureka](https://github.com/simeg/eureka) - Store your ideas without leaving the terminal. ## Utilities From 0286d669e2f3f254a5e99d26dee2a80033b5a416 Mon Sep 17 00:00:00 2001 From: Brandon Weiss Date: Tue, 28 Aug 2018 21:48:48 -0700 Subject: [PATCH 7/7] Add Discharge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Discharge is, as far as I’m aware, the easiest way to deploy static websites to Amazon S3. It can also configure an SSL certificate and distribute the site via CloudFront, all without having to know anything about AWS. I spent hours poring over AWS’s terrible docs so no one else would have to. There is also a prompt-based UI to help you configure it. And it’s very well documented. Thanks for considering! --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1450983..e6e62e5 100644 --- a/readme.md +++ b/readme.md @@ -143,6 +143,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. - [mevn-cli](http://github.com/madlabsinc/mevn-cli) - CLI tool for the MEVN stack. - [scaffold-static](https://github.com/jamesgeorge007/scaffold-static) - Static site generator for vanila JS. +- [Discharge](https://github.com/brandonweiss/discharge) - Simple, easy way to deploy static websites to Amazon S3. ### Mobile Development