diff --git a/css/main.css b/css/main.css index acb1170..69a80de 100644 --- a/css/main.css +++ b/css/main.css @@ -58,6 +58,10 @@ a { color: #1E90FF; } +p { + padding-left: 8px; +} + h2 { font-family: 'Lato', sans-serif; font-style: italic; @@ -80,7 +84,7 @@ h2:before, h2:after { h3 { font-size: 1.3em; margin: 2.3em 0 0 0; - padding: 0.5em; + padding: 8px; background-color: #eee; color: #222; letter-spacing: 0.2em; @@ -90,9 +94,10 @@ h3 { h4 { color: #444; - text-indent: 0.5em; + text-indent: 8px; text-rendering: optimizeLegibility; font-size: 1.1em; + margin: 1em 0; letter-spacing: 0.1em; } @@ -179,7 +184,7 @@ main { .information p { margin: 0; - padding: 0.5em; + padding: 0 8px; line-height: 1.4em; } @@ -193,6 +198,10 @@ main { margin: 1.5em 0 0 0; } +#installation { + text-align: left; +} + .download small { margin: 0.5em; display: inline-block; @@ -218,27 +227,15 @@ code { /* -------------- Lists -------------- */ -ol, ul { - list-style: none; -} - ul { - padding-left: 0.6em; + list-style: none; + padding-left: 8px; } ul ol { padding: 0 0 0 30px; margin: 0.5em 0; -} - -ol > li:before { - content: "1."; - padding: 1px 3px; - margin-right: 0.5em; - background-color: #eee; - font-family: Consolas, monaco, monospace; - border-radius: 2px; - font-size: 0.9em; + list-style: none; } diff --git a/img/bye_thumb.png b/img/bye_thumb.png new file mode 100644 index 0000000..8c8b9c5 Binary files /dev/null and b/img/bye_thumb.png differ diff --git a/index.html b/index.html index 56ccc6c..5453ea2 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - Cmder | Console Emulator - + cmder | Console Emulator + @@ -22,25 +22,31 @@
-

-Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul and some batch file magic. Monokai color scheme, amazing 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 with major config overhaul and some batch file magic. + Monokai color scheme, amazing clink and custom prompt layout.

With help of the best

-

Think about Cmder more as a software package than a separate app. All the magic is happening thought Conemu. With bits of enhancment from clink.

+

Think about cmder more as a software package than a separate app. All the magic is happening thought + Conemu. With bits of enhancment from + clink.

- +
Personally, I hate the absence of padding

Total portability

-

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

+

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

Git and others

-

Oooh yes! if you decide to use the the slightly bigger msysgit version. You will have all Unix commands ready in PATH and you can git init or cat instantly on every machine.

+

Oooh yes! if you decide to use the the slightly bigger + msysgit version. You will have all Unix commands ready in PATH and you can git init + or cat instantly on every machine.

@@ -60,41 +66,77 @@ Cmder is a software package created out of pure frustration over absence of usab (with msysgit) 4 MB zipped  :  8 MB + +
+

Installation

+
    +
  1. Unzip (can take a while)
  2. +
  3. (optional) Place your executables in /bin folder
  4. +
  5. Run Cmder.bat
  6. +
+
-
-
-

Keyboard shortcuts

- -
-

Tab manipulation

- -
    -
  • Ctrl + t : new tab dialog (maybe you want to open cmd as admin?)
  • -
  • Ctrl + w : close tab
  • -
  • Ctrl + alt + number : fast new tab: +
    +

    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
    • +
    • Ctrl + alt + number : Fast new tab:
        -
      1. CMD
      2. -
      3. PowerShell
      4. +
      5. 1. CMD
      6. +
      7. 2. PowerShell
    • Alt + enter: Fullscreen
    • -
    -
    - -
    -

    Shell

    - -
      +
    +
    +
    +

    Shell

    +
    • Shift + Up : Traverse up in directory structure (lovely feature!)
    • End, Home, ctrl : Traversing text with 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 by using alias command like alias ls=ls --color $* + They are pretty much just doskeys in file /config/aliases. One per line. + And make sure to handle arguments by putting arguments variable $* somewhere.

+ +

Updating + Building

+

There is not so much going on in this realm. But if you want to get recent updates for Conemu just + tick auto-updating in preferences. If you want to clone the repo and build it yourself. You will need + Ruby, wget and 7z. When you are set on that, just run build_cmder.rb.

+
+
+

PowerShell

+

I have to admit here that I am not a PS guy. So do not + expect any magic improvement or tips in that spectrum. But if you are a PS geek You + really should start submitting some amazing tweaks.

+ +

Other documentations

+

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

    +
  • Console emulator ~ Conemu
  • +
  • Cmd.exe enhancements ~ clink
  • +
  • Unix tools on windows ~ msysgit
  • +

+
+
-
-
@@ -104,4 +146,4 @@ Cmder is a software package created out of pure frustration over absence of usab - + \ No newline at end of file