mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 19:32:13 +08:00 
			
		
		
		
	Todo list & bonus alias
Added todo list and added an alias.
This commit is contained in:
		@@ -49,7 +49,10 @@ All aliases will be saved in `/config/aliases` file
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Todo
 | 
					## Todo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Write a Todo list
 | 
					1. Complete PowerShell compatibility.
 | 
				
			||||||
 | 
					2. Workaround git.exe overload after msysgit download (Granted this is an upstream issue).
 | 
				
			||||||
 | 
					3. Redo Build/Pack scripts or remove them altogether.
 | 
				
			||||||
 | 
					4. Launcher XP compatibility.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,3 +2,4 @@ e.=explorer .
 | 
				
			|||||||
gl=git log --oneline --all --graph --decorate  $*
 | 
					gl=git log --oneline --all --graph --decorate  $*
 | 
				
			||||||
ls=ls --color $*
 | 
					ls=ls --color $*
 | 
				
			||||||
pwd=cd
 | 
					pwd=cd
 | 
				
			||||||
 | 
					clear=cls
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user