-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Development #1037
Merged
Merged
Development #1037
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enhanced alias.bat to allow file storage path
fixed - not running user-aliases.cmd if aliases variable is overridde…
Added proxy support
upgraded git to 2.8.1
The idea is: * if the users points as to a specific git, use that * test if a git is in path and if yes, use that * last, use our vendored git We don't make any attempt to guess a different location, if a user wants their own git install, they have to choose "add git to path". Also check that we have a recent enough version of git (e.g. test for <GIT>\cmd\git.exe)
Some unix commands shadow windows commands and therefor the unix commands should be at the end of the PATH
The only reason was bash but bash.exe is also in <GIT>\usr\bin.
This ensures that the "normal" path entry (cmd) is first and bash is still reachable via the bin path.
better git path handling
Add quotes around all variables
There were problems when a path contained a parenthesis like `C:\temp\test (test)\` As a precaution, quote all variables when they are used in echo or set.
More variable quoting in init.bat
fixed git not working in cmder cmd session and added some comments
Update clink-completions to 0.3.0
Added :verbose-output subroutine, made aliases update more functional
Register cmder in the context menu from powershell
link to the appyevor project
The problem was that io.popen() returns a file and not the return code of the called program. The new code was inspired by http://stackoverflow.com/a/14031974/1380673
Fix git branch name never shown as dirty
Bump clink-completions to 0.3.1
change badge style
This keeps the PROMPT variable as is and changes the prompt to the cmder style in the clink code. This has two advantages: * opening a cmd in a cmder session will now show the old prompt code instead of a ugly raw prompt without the replacements. This led to ugly output when a batch file echoed their content (e.g `conda build recipe/`). * when a command rewrites the prompt (e.g. an activate in a virtualenv), these command sometimes simply overwrites the PROMPT so that the cmder enhancements were not anymore in place. Now we simply don't care and overwrite it with our stuff in the clink part. This might mean that a user has to install a lua script so that e.g. conda environments are visible on the prompt.
cmd: change the prompt in lua
Colouring fixed when there are some changes in a branch
Fix git branch colouring
It will now run ConEmu64.exe on 64-bit Windows and ConEmu.exe on 32-bit Windows. fixes #191
Added rainbow icons
Updated the keyboard shortcut to traverse up a directory structure has been changed
Minor update in README.md
Wooooohoooo! :) |
Awesome! Clad to see this is finally out. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.