mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Alias explanation
This commit is contained in:
parent
9d8635805a
commit
7a6cc21506
23
Readme.md
23
Readme.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Yes, you can [download latest release](https://github.com/bliker/cmder/releases)**
|
**Yes, you can [download latest release](https://github.com/bliker/cmder/releases)**
|
||||||
|
|
||||||
Cmder is a 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://code.google.com/p/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://code.google.com/p/conemu-maximus5/) with *major* config overhaul. Monokai color scheme, amazing [clink](https://code.google.com/p/clink/) and custom prompt layout.
|
||||||
|
|
||||||
![Cmder Screenshot](http://i.imgur.com/g1nNf0I.png)
|
![Cmder Screenshot](http://i.imgur.com/g1nNf0I.png)
|
||||||
|
|
||||||
@ -10,6 +10,15 @@ Cmder is a package created out of pure frustration over absence of usable consol
|
|||||||
|
|
||||||
The main advantage of Cmder is portablibity. It is designed to be totally self-container. With no external dependencies. That makes is 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 portablibity. It is designed to be totally self-container. With no external dependencies. That makes is great for **USB Sticks** or **Dropbox**. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Download the latest release
|
||||||
|
1. Extract
|
||||||
|
1. (optional) Place files into `bin` folder, it will be injected into your PATH.
|
||||||
|
1. Run cmder
|
||||||
|
|
||||||
|
*(There will a version with installer)*
|
||||||
|
|
||||||
## Keyboard shortcuts
|
## Keyboard shortcuts
|
||||||
|
|
||||||
### Tab manipulation
|
### Tab manipulation
|
||||||
@ -28,6 +37,18 @@ The main advantage of Cmder is portablibity. It is designed to be totally self-c
|
|||||||
|
|
||||||
(Some shortcuts are not yet documented, thought they exist, please add them here)
|
(Some shortcuts are not yet documented, thought they exist, please add them here)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
### Aliases
|
||||||
|
You can define simple aliases with
|
||||||
|
|
||||||
|
alias=command
|
||||||
|
|
||||||
|
For example there is one defined for you
|
||||||
|
|
||||||
|
e.=explorer .
|
||||||
|
|
||||||
|
All aliases will be saved in `/config/aliases` file
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user