From f6a0447a9a7a7790128c7a77edbb5906fad5d349 Mon Sep 17 00:00:00 2001 From: Malobre Date: Wed, 1 Jul 2015 12:55:20 +0200 Subject: [PATCH 1/7] Add `-ExecutionPolicy Bypass` to the powershell tasks Fix issue #483 --- config/ConEmu.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ConEmu.xml b/config/ConEmu.xml index 7ffe3ba..d7b43c8 100644 --- a/config/ConEmu.xml +++ b/config/ConEmu.xml @@ -497,7 +497,7 @@ - + @@ -507,7 +507,7 @@ - + From 3aff06521005c525a8997597579509de9c2b0bbf Mon Sep 17 00:00:00 2001 From: Thomas Chacko Date: Thu, 9 Jul 2015 11:42:53 +0530 Subject: [PATCH 2/7] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e765cea..c2dbc9d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ Thumbs.db *.exe build/ Version v* +*.bak From 63d35a976014ecd29e6f18de1c3c7cee1440ca4f Mon Sep 17 00:00:00 2001 From: Ashutosh Das Date: Mon, 24 Aug 2015 06:38:11 +0600 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ecad7..800a761 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Latest release is **[v1.2](https://github.com/bliker/cmder/releases/tag/v1.2)** -Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://code.google.com/p/conemu-maximus5/) with *major* config overhaul. Monokai color scheme, amazing [clink](https://github.com/mridgers/clink) and custom prompt layout. +Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://github.com/Maximus5/ConEmu) with *major* config overhaul. Monokai color scheme, amazing [clink](https://github.com/mridgers/clink) and custom prompt layout. ![Cmder Screenshot](http://i.imgur.com/g1nNf0I.png) From 5bcddd6b44224347ac189fd8a5836fdeb4ba007a Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Fri, 2 Oct 2015 18:58:55 -0700 Subject: [PATCH 4/7] fix typos and better phrasing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81ecad7..dd16930 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Cmder is a **software package** created out of pure frustration over absence of ## Why use it -The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, that is makes it great for **USB Sticks** or **Dropbox**. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere. +The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, which makes it great for **USB Sticks** or **Dropbox** - you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere! ## Installation @@ -23,7 +23,7 @@ The main advantage of Cmder is portability. It is designed to be totally self-co ## Integration -So you've experimented with cmder a little and want to give it a shot in a more permanent home; +So, you've experimented with cmder a little and want to give it a shot in a more permanent home: ### Shortcut to open Cmder in a chosen folder @@ -51,7 +51,7 @@ In a file explorer window right click in or on a directory to see "Cmder Here" i * `Ctrl + r` : History search * `Shift + mouse` : Select and copy text from buffer -(Some shortcuts are not yet documented, thought they exist, please add them here) +(Some shortcuts are not yet documented, thought they exist - please document them here) ## Features From 61a9b83c4295e313a004e0de006cd0e88eede99f Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Fri, 2 Oct 2015 19:06:18 -0700 Subject: [PATCH 5/7] Make wording clearer --- config/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Readme.md b/config/Readme.md index 77e2326..f8dbce2 100644 --- a/config/Readme.md +++ b/config/Readme.md @@ -1,3 +1,3 @@ ## Config -All config files must be in this folder. If there is no option to set this folder directly, it has to be hardlinked. \ No newline at end of file +All config files must be in this folder. If there is no option to create or read from this folder directly, it must be hardlinked. From 0f6441a7eeb302c900487784fd3def427a303d0f Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Mon, 12 Oct 2015 14:30:04 +0200 Subject: [PATCH 6/7] Update README.md Update Gitter badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4633a63..8e80235 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cmder -[![Join the chat at https://gitter.im/bliker/cmder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bliker/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/bliker/cmder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Latest release is **[v1.2](https://github.com/bliker/cmder/releases/tag/v1.2)** From 417051f49696ab6a1c5f9e240390f800669ee487 Mon Sep 17 00:00:00 2001 From: Jackbennett Date: Fri, 16 Oct 2015 13:35:34 +0100 Subject: [PATCH 7/7] Fix alt text on gitter link too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e80235..d055ff8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cmder -[![Join the chat at https://gitter.im/bliker/cmder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/cmderdev/cmder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Latest release is **[v1.2](https://github.com/bliker/cmder/releases/tag/v1.2)**