mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 03:12:16 +08:00 
			
		
		
		
	add github actions badge
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
# Cmder
 | 
					# Cmder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ci.appveyor.com/project/MartiUK/cmder)
 | 
					[](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ci.appveyor.com/project/MartiUK/cmder) [](https://github.com/cmderdev/cmder/actions/workflows/build.yml)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://chrisant996.github.io/clink/) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a 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://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://chrisant996.github.io/clink/) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a custom prompt layout.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -52,7 +52,7 @@ The Cmder's user interface is also designed to be more eye pleasing, and you can
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| Argument                  | Description                                                                              |
 | 
					| Argument                  | Description                                                                              |
 | 
				
			||||||
| -------------------       | -----------------------------------------------------------------------                  |
 | 
					| ------------------------- | -----------------------------------------------------------------------                  |
 | 
				
			||||||
| `/C [user_root_path]`     | Individual user Cmder root folder.  Example: `%userprofile%\cmder_config`                |
 | 
					| `/C [user_root_path]`     | Individual user Cmder root folder.  Example: `%userprofile%\cmder_config`                |
 | 
				
			||||||
| `/M`                      | Use `conemu-%computername%.xml` for ConEmu settings storage instead of `user_conemu.xml` |
 | 
					| `/M`                      | Use `conemu-%computername%.xml` for ConEmu settings storage instead of `user_conemu.xml` |
 | 
				
			||||||
| `/REGISTER [ALL, USER]`   | Register a Windows Shell Menu shortcut.                                                  |
 | 
					| `/REGISTER [ALL, USER]`   | Register a Windows Shell Menu shortcut.                                                  |
 | 
				
			||||||
@@ -60,7 +60,7 @@ The Cmder's user interface is also designed to be more eye pleasing, and you can
 | 
				
			|||||||
| `/SINGLE`                 | Start Cmder in single mode.                                                              |
 | 
					| `/SINGLE`                 | Start Cmder in single mode.                                                              |
 | 
				
			||||||
| `/START [start_path]`     | Folder path to start in.                                                                 |
 | 
					| `/START [start_path]`     | Folder path to start in.                                                                 |
 | 
				
			||||||
| `/TASK [task_name]`       | Task to start after launch.                                                              |
 | 
					| `/TASK [task_name]`       | Task to start after launch.                                                              |
 | 
				
			||||||
| `/X [ConEmu extras pars]` | Forwards parameters to ConEmu                                                             |
 | 
					| `/X [ConEmu extras pars]` | Forwards parameters to ConEmu                                                            |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Context Menu Integration
 | 
					## Context Menu Integration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user