diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ceef18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Auto detect text files and perform LF normalization +* text=auto +*.html text eol=crlf +*.htm text eol=crlf +*.css text eol=crlf +*.js text eol=crlf +*.md text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6db751 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ========================= +# Cmder.net Home page +# ========================= + +# Reserved hidden directory +.*_space + +# ========================= +# Operating System Files +# ========================= + +# Temporary files and directories +*~ +*.tmp +.directory + +# OSX specific files +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails and image file caches +._* +Thumbs.db +ehthumbs.db + +# Folder config files +Desktop.ini diff --git a/.travis.yml b/.travis.yml index f1f7cc3..c0d8009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: -- 2.3.0 +- 2.5.1 before_script: - chmod +x ./script/cibuild diff --git a/css/main.css b/css/main.css index 313dd2a..07197fd 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,10 @@ /* ========================================================================== - HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) + _ + ___ _ __ ___ __| | ___ _ __ + / __| '_ ` _ \ / _` |/ _ \ '__| + | (__| | | | | | (_| | __/ | + \___|_| |_| |_|\__,_|\___|_| + ========================================================================== */ html, button, input, select, textarea { @@ -21,35 +26,32 @@ body { font-family: 'Lato', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; line-height: 1.4; } -.wrapper { +body > div.container, body > div.container-fluid { margin: 2em auto; padding: 0 0 2em 0; - width: 80%; background-color: #fff; -webkit-box-shadow: 0 0 8px 3px #eee; -moz-box-shadow: 0 0 8px 3px #eee; box-shadow: 0 0 8px 3px #eee; } -@media (max-width: 480px) { - .wrapper { - width: 98%; - } -} -.container { +main > section { margin: 0 auto; widows: 100%; } +@media (max-width: 768px) { + body > div.container, body > div.container-fluid { + margin-top: 0; + } +} + /* -------------- Typography -------------- */ a { color: #1E90FF; } -p { - padding-left: 8px; -} h2 { - padding: 0 1em; + padding: .5em 1em; color: #444; text-align: center; font-weight: 300; @@ -82,35 +84,59 @@ h4 { font-size: 1.1em; text-rendering: optimizeLegibility; } -button { +.btn { display: block; padding: 12px 0; width: 100%; border: 1px solid #eee; border-radius: 4px; - background-color: #C4C4C4; - box-shadow: 1px 1px 1px 0px #ddd, inset 0 0 -3px rgba(0, 0, 0, 0.02); + background-color: #888; + box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.02) !important; color: #fff; text-shadow: 0 0 1px rgba(0, 0, 0, 0.2); font-size: 1.1em; + outline: none; + text-decoration: none; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -ms-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; } -button:hover { +.btn:active:focus { + outline: none; + box-shadow: none; +} +.btn.btn-default { + border: 1px solid #eee; + background-color: #C4C4C4; + color: #eee; +} +.btn.btn-default:hover { + border: 1px solid #eee; background-color: #ccc; - box-shadow: 0px 0px 1px 0px #ddd; + color: #eee; } -button.gray { - float: right; +.btn.btn-default:active { + border: 1px solid #eee; + background-color: #bbb; + color: #eee; } -button.blue { +.btn.btn-primary { + border: 1px solid #eee; background-color: #3498db; + color: #eee; } -button.blue:hover { +.btn.btn-primary:hover { + border: 1px solid #eee; background-color: #5dade2; + color: #eee; +} +.btn.btn-primary:active { + /* the !important rule used to over-write bs's :disabled attr */ + border: 1px solid #eee !important; + background-color: #1E90FF !important; + color: #eee !important; } /* -------------- Modules -------------- */ @@ -162,7 +188,8 @@ main { } .information p { margin: 0; - padding: 0 8px; + padding: 0 .5em; + padding-bottom: 3em; line-height: 1.4em; } .download { @@ -170,8 +197,8 @@ main { max-width: 35em; text-align: center; } -.download > .bit-2 { - margin: 1.5em 0 0 0; +.download > .github { + margin-bottom: 1.5em; } #installation { text-align: left; @@ -188,6 +215,7 @@ footer { code { padding: 1px 3px; border-radius: 2px; + color: #222; background-color: #eee; font-size: 0.9em; font-family: Consolas, monaco, monospace; @@ -204,51 +232,3 @@ ul ol { padding: 0 0 0 30px; list-style: none; } - -/* lemonade.css */ - -*, *:after, *:before { - margin: 0; - padding: 0; - box-sizing: border-box -} -.container:after { - content: ""; - display: table; - clear: both -} -.bit-1 { - width: 100% -} -.bit-2 { - width: 50% -} -.bit-3 { - width: 33.33%; -} -@media(max-width:480px) { - .bit-1, .bit-2, .bit-3, { - width: 100% - } -} -@media(min-width:480px) and (max-width:800px) { - .bit-1, .bit-2, .bit-3, .bit-5, .bit-7, .bit-9, .bit-11 { - width: 100% - } -} -@media(min-width:800px) and (max-width:1100px) { - .bit-2, .bit-7 { - width: 100% - } -} -[class*='bit-'] { - float: left; - padding: 5px; -} - -/* Floats last ".bit-" to the right */ - -[class*='bit-']:last-of-type { - padding-right: 5px; - float: right; -} diff --git a/css/main.min.css b/css/main.min.css deleted file mode 100644 index 0d3f132..0000000 --- a/css/main.min.css +++ /dev/null @@ -1 +0,0 @@ -html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}body{background-color:Whitesmoke;font-size:.9em;font-family:'Lato',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;line-height:1.4}.wrapper{margin:2em auto;padding:0 0 2em 0;width:80%;background-color:#fff;-webkit-box-shadow:0 0 8px 3px #eee;-moz-box-shadow:0 0 8px 3px #eee;box-shadow:0 0 8px 3px #eee}@media(max-width:480px){.wrapper{width:98%}}.container{margin:0 auto;widows:100%}a{color:#1e90ff}p{padding-left:8px}h2{padding:0 1em;color:#444;text-align:center;font-weight:300;font-style:italic;font-size:1.2em}h2:before,h2:after{display:block;margin:.5em auto;width:50%;height:1px;background-color:#eee;content:""}h3{margin:2.3em 0 0 0;padding:8px;background-color:#eee;color:#222;text-indent:.2em;letter-spacing:.2em;font-weight:normal;font-size:1.3em}h4{margin:1em 0;color:#444;text-indent:8px;letter-spacing:.1em;font-size:1.1em;text-rendering:optimizeLegibility}button{display:block;padding:12px 0;width:100%;border:1px solid #eee;border-radius:4px;background-color:#c4c4c4;box-shadow:1px 1px 1px 0 #ddd,inset 0 0 -3px rgba(0,0,0,0.02);color:#fff;text-shadow:0 0 1px rgba(0,0,0,0.2);font-size:1.1em;-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-ms-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}button:hover{background-color:#ccc;box-shadow:0 0 1px 0 #ddd}button.gray{float:right}button.blue{background-color:#3498db}button.blue:hover{background-color:#5dade2}header{position:relative;overflow:hidden;color:#fff;letter-spacing:.1em;font-weight:normal;font-size:1.6em;font-family:'Lato',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif}#title_image{display:block;margin:0 auto;width:100%;height:auto}@media(max-width:1000px){#title_image{margin-left:-10%;width:120%}}main{padding:0 6%}#logo,#pitch{position:absolute;width:100%;text-align:center}#pitch{top:100px;color:#222;text-shadow:1px 1px 0 rgba(88,88,88,0.5);font-style:italic;font-size:.6em}#logo{top:50px}#logo img{height:40px}.information img{width:100%}.information p{margin:0;padding:0 8px;line-height:1.4em}.download{padding-top:1.2em;max-width:35em;text-align:center}.download>.bit-2{margin:1.5em 0 0 0}#installation{text-align:left}.download small{display:inline-block;margin:.5em 0 0}footer{text-align:center;font-size:small;padding-bottom:2em}code{padding:1px 3px;border-radius:2px;background-color:#eee;font-size:.9em;font-family:Consolas,monaco,monospace}ul{padding-left:8px;list-style:none}ul ol{margin:.5em 0;padding:0 0 0 30px;list-style:none}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}.container:after{content:"";display:table;clear:both}.bit-1{width:100%}.bit-2{width:50%}.bit-3{width:33.33%}@media(max-width:480px){.bit-1,.bit-2,.bit-3,{width:100%}}@media(min-width:480px) and (max-width:800px){.bit-1,.bit-2,.bit-3,.bit-5,.bit-7,.bit-9,.bit-11{width:100%}}@media(min-width:800px) and (max-width:1100px){.bit-2,.bit-7{width:100%}}[class*='bit-']{float:left;padding:5px}[class*='bit-']:last-of-type{padding-right:5px;float:right} \ No newline at end of file diff --git a/img/main.jpg b/img/main.jpg deleted file mode 100644 index 1bceca0..0000000 Binary files a/img/main.jpg and /dev/null differ diff --git a/img/Untitled-2.png b/img/main.png similarity index 100% rename from img/Untitled-2.png rename to img/main.png diff --git a/index.html b/index.html index d055ecd..5324e5a 100644 --- a/index.html +++ b/index.html @@ -1,97 +1,113 @@ - + - cmder | Console Emulator + Cmder | Console Emulator - + - + - - + + + + + -
+
Portable console emulator for Windows
- Mmmm Monokai. + Mmmm Monokai.
-

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout, looking sexy from the - start. -

- -
-
-
- ConEmu, which is used in cmder. +
+

Cmder is a software package created out of pure frustration over the absence of nice console emulators on + Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt + layout, looking sexy from the start. +

+
+ +
+
+
+
+ ConEmu, which is used in cmder. +
+

With help of the best

+

Think about cmder more as a software package than a separate app. All the magic is happening through + ConEmu. With enhancements from + Clink. +

-

With help of the best

-

Think about cmder more as a software package than a separate app. All the magic is happening through - Conemu. With enhancements from - Clink. -

-
-
-
- Personally, I hate the absence of padding +
+
+ Personally, I hate the absence of padding +
+

Total portability

+

Carry it with you on a USB stick or in the Cloud, so your settings, aliases and history can go anywhere + you go. You will not see that ugly Windows prompt ever again.

-

Total portability

-

Carry it with you on a USB stick or in the Cloud, so your settings, aliases and history can go anywhere you go. You will not see that ugly Windows prompt ever again.

-
-
-
- Look at all these neat binaries included. +
+
+ Look at all these neat binaries included. +
+

Git and others

+

Oooh yes! If you decide to use the + slightly bigger + + git-for-windows version, you will have all Unix commands ready in PATH so that you can + git init or + cat instantly on every machine. +

-

Git and others

-

Oooh yes! If you decide to use the - slightly bigger - git-for-windows version, you will have all Unix commands ready in PATH so that you can - git init - or - cat instantly on every machine. -

Download

-
+
-
+

 

- GitHub Repo (for issues/requests/source) + GitHub Repository (for issues/requests/source)
-
- - - - ~7.8MB -
-
- - - - (With Git for Windows) ~100MB - - ~52MB 7z - +
+
+ + Download Mini + + ~7.8MB +
+
+ + Download Full + + (with Git for Windows) + ~100MB + + + or + + ~52MB 7z + + +

Installation

    -
  1. Unzip (can take a while)
  2. +
  3. Unzip
  4. (optional) Place your own executable files into the bin folder to be injected into your PATH.
  5. Run @@ -102,75 +118,92 @@

    Installation

-
+
+

Keyboard shortcuts

-
-

Tab manipulation

-
    -
  • - Ctrl + ` : - Global Summon from taskbar
  • -
  • - Win + Alt + p : Preferences (Or right click on title bar)
  • -
  • - Ctrl + t : New tab dialog (maybe you want to open cmd as admin?)
  • -
  • - Ctrl + w : Close tab
  • -
  • - Shift + Alt + number : Fast new tab: -
      -
    1. - 1. CMD
    2. -
    3. - 2. PowerShell
    4. -
    -
  • -
  • - Alt + Enter : Fullscreen
  • -
-
-
-

Shell

-
    -
  • - Ctrl + Alt + u : Traverse up in directory structure (lovely feature!)
  • -
  • - End, Home, Ctrl : Traverse text as usual on Windows
  • -
  • - Ctrl + r : History search
  • -
  • - Shift + mouse : Select and copy text from buffer
  • -
  • - Right click / Ctrl + Shift + v : Paste text
  • -
+ +
+
+

Tab manipulation

+
    +
  • + Ctrl + ` : + Global Summon from taskbar
  • +
  • + Win + Alt + p : Preferences (Or right click on title bar)
  • +
  • + Ctrl + t : New tab dialog (maybe you want to open cmd as admin?)
  • +
  • + Ctrl + w : Close tab
  • +
  • + Shift + Alt + number : Fast new tab: +
      +
    1. + 1. CMD
    2. +
    3. + 2. PowerShell
    4. +
    +
  • +
  • + Alt + Enter : Fullscreen
  • +
+
+ +
+

Shell

+
    +
  • + Ctrl + Alt + u : Traverse up in directory structure (lovely feature!)
  • +
  • + End, Home, Ctrl : Traverse text as usual on Windows
  • +
  • + Ctrl + r : History search
  • +
  • + Shift + mouse : Select and copy text from buffer
  • +
  • + Right click / Ctrl + Shift + v : Paste text
  • +
+
+
-
+ +

Notes / Docs

-
-

Aliases

-

There is simple support for aliases. They can be created by using the - alias command like this: - alias ls=ls --color $*. They are pretty much just - doskeys in - /config/aliases. One per line. And make sure to handle arguments by putting argument variables - $* somewhere.

- -

Updating + Building

-

There is not much going on here. But if you want to get most recent updates for Conemu just tick - auto-updating in preferences. If you want to clone the repo and build it yourself, you will need - PowerShell >=3.0 and 7z. When you are set on that, just run - scripts/build.ps1.

-
-
-

Other documentations

-

If you have trouble with anything I am happy to help. But you will have much better chances to find solutions on the pages of the upstream projects. Those are:

+
+
+

Aliases

+

There is simple support for aliases. They can be created by using the + alias command like this: + alias ls=ls --color $*. They are pretty much just + doskeys in + /config/aliases. One per line. And make sure to handle arguments by putting argument variables + $* somewhere.

+ +

Updating + Building

+

There is not much going on here. But if you want to get most recent updates for Conemu just tick + auto-updating in preferences. If you want to clone the repo and build it yourself, you will + need + PowerShell >=3.0 and 7z. When you are set on that, just run + scripts/build.ps1.

+
+
+

Other documentations

+

If you have trouble with anything I am happy to help. But you will have much better chances to find + solutions on the pages of the upstream projects. Those are:

+
@@ -179,8 +212,12 @@

Other documentations

+ - + \ No newline at end of file diff --git a/script/cibuild b/script/cibuild index 1e39c79..2af4f3e 100644 --- a/script/cibuild +++ b/script/cibuild @@ -2,4 +2,4 @@ set -e # halt script on error bundle exec jekyll build -bundle exec htmlproofer ./_site +bundle exec htmlproofer ./_site --disable-external