Benjamin Staneck
a95cd140ef
⬆️ Update ConEmu to 171025 (alpha)
...
Changelog: https://conemu.github.io/blog/2017/10/25/Build-171025.html
2017-10-28 12:30:54 +02:00
Benjamin Staneck
e90966c5c2
⬆️ Update Git to v2.14.4
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.14.3.windows.1
2017-10-28 12:29:46 +02:00
Benjamin Staneck
e104f20c5d
⬆️ clink-completions to 0.3.3
...
Changelog: https://github.com/vladimir-kotikov/clink-completions/releases/tag/0.3.3
2017-10-28 12:28:31 +02:00
Benjamin Staneck
6883ba3b84
⬆️ Update ConEmu to 170910 (alpha)
...
Changelog: https://conemu.github.io/blog/2017/09/10/Build-170910.html
2017-09-30 11:36:03 +02:00
Benjamin Staneck
1c1c08bb68
⬆️ Update Git to v2.14.2
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.14.2.windows.1
2017-09-30 11:36:03 +02:00
Joseph Caudle
a5eb4d7b4f
Add documentation about Program Files
...
cmder should not be installed in `C:\Program Files` because it would need Administrator privileges to update configuration. This commit adds documentation to the installation instructions as described in #1200 .
2017-08-30 03:36:36 +02:00
Benjamin Staneck
d88f1b0a97
Point to the artifacts on the master branch
2017-08-29 03:58:30 +02:00
Benjamin Staneck
8d74184d30
⬆️ clink to our forked version at 0.4.9
...
This should fix all the Windows 10 alias issues that we had.
2017-08-28 00:50:52 +02:00
Dax T Games
3ea6d51ba4
Update init.bat
2017-08-27 14:04:24 -05:00
Hugo-KTM
22d27afed5
Fix Cmder not changing to CMDER_START ( #1399 )
...
* Fix Cmder not changing to CMDER_START
Fix to allow Cmder to change to different startup directory if already on the same drive as CMDER_START
possibly relevant: HOME != USERPROFILE
* make "Cmder Here" work in more cases
integrated suggestion from comments (test for trailing backslash to prevent doubling of trailing backslash)
integrated suggestions from #1456 : switching ```cd /d``` over to ```pushd``` to get support for UNC-paths
* replaced 'cd /d' with 'pushd'
replaced two more instances of 'cd /d' with 'pushd' to support network paths.
Also added double quotes to the use of '%USERPROFILE%' to prevent issues with spaces.
I also noticed that 'pushd', in contrast to 'cd /d' does not require the trailing backslash for drive roots (on Win7). Therefore I removed the trailing backslash check.
* Don't assume / is needed at end
* Update init.bat
2017-08-27 19:46:47 +02:00
Benjamin Staneck
e9a78a30d1
⬆️ Update Git to v2.14.1
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.14.1.windows.1
2017-08-10 22:34:46 +02:00
Benjamin Staneck
e92f7fbb55
⬆️ Update Git to v2.14.0
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.14.0.windows.1
2017-08-06 02:41:07 +02:00
Dax T Games
a34e17f2bd
Doc updates
...
For profile/alias settings scripts, what loads them, and load order.
2017-07-28 03:35:37 +02:00
Alpha
1f9e743ef2
Added pagent ssh auth support ( #1391 )
...
(and some comments on the user-profile.cmd file)
Inspired by the comments from https://github.com/cmderdev/cmder/issues/193 and my personal need to use pageant instead of OpenSSH authentication agents (which is more Window user-friendly), I have used this approach which works as expected.
Keeping the spirit of the current scripts, I left it disabled, and with some comments explaining what they all do.
2017-07-24 23:16:10 +02:00
Tian
f687281be0
Fixed quotation marks ( #1360 )
...
1. Changed " --login -i"" to "" --login -i" in ConEmu
2. Closed quotation in "alias.bat :p_del doskey" command of "%ALIASES%"
Suppose %CMDER_ROOT% is "C:\Program Files\cmder",
this BUG will be raised while we exec command of
"unalias xxx"
or creat terminal "{bash::bash}"
and "{bash::mintty}",
it will throws an error like:
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
2017-07-24 23:14:17 +02:00
Benjamin Staneck
4c270699a1
⬆️ Update Git to v2.13.3
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.13.3.windows.1
2017-07-15 23:06:05 +02:00
Benjamin Staneck
b45e3adc67
Merge pull request #1407 from ZemingLiu/master
...
add /TASK option
2017-07-15 17:59:38 +02:00
Benjamin Staneck
8077c1a612
Merge pull request #1441 from pyranja/fix-psget-clobbering
...
Avoid clobbering Install-Module
2017-07-15 02:08:09 +02:00
Benjamin Staneck
d9fcf06e0f
Merge pull request #1434 from cmderdev/fix_git_prompt
...
Fix git prompt
2017-07-14 18:23:03 +02:00
Chrs Borckholder
815b99b98b
Avoid clobbering Install-Module
...
If the Install-Module command is available, do not include the bundled
module path containing a deprecated version of PSGet. Recent powershell
versions include PowerShellGet as standard module installer.
Resolve #1318 .
2017-07-14 12:06:48 +02:00
Dax T. Games
bcb60f8f59
cmder git prompt spacing
2017-07-10 22:23:51 -05:00
Dax T. Games
0877a6d995
cmder git prompt
2017-07-10 22:21:22 -05:00
ZemingLiu
71f5b446da
Merge pull request #1 from cmderdev/master
...
update from origin
2017-06-28 02:09:45 -05:00
Benjamin Staneck
512787f391
⬆️ Update ConEmu to 170622 (preview)
...
Changelog: https://conemu.github.io/blog/2017/06/22/Build-170622.html
2017-06-27 00:56:53 +02:00
Benjamin Staneck
262d92265e
⬆️ Update Git to v2.13.2.windows.1
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.13.2.windows.1
2017-06-27 00:55:58 +02:00
Wild.Farmer
409b92aac2
modify -cmd command line style to /cmd
2017-06-24 22:10:15 +08:00
Benjamin Staneck
aea1a977bf
⬆️ Update Git to v2.13.1(2)
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.13.1.windows.2
2017-06-23 18:18:21 +02:00
Wild.Farmer
74d79ea628
add /TASK option
2017-06-17 22:29:06 +08:00
Benjamin Staneck
89c014bb05
⬆️ Update Git to v2.13.1
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.13.1.windows.1
2017-06-13 15:11:43 +02:00
Benjamin Staneck
c19237085d
⬆️ Update ConEmu to 170605 (preview)
...
Changelog: https://conemu.github.io/blog/2017/06/05/Build-170605.html
2017-06-13 15:10:55 +02:00
Benjamin Staneck
9c4e77b498
⬆️ Update ConEmu to 170517 (preview)
...
Changelog: https://conemu.github.io/blog/2017/05/17/Build-170517.html
2017-05-19 23:20:31 +02:00
Benjamin Staneck
c2cf56cc48
⬆️ Update Git to v2.13.0
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.13.0.windows.1
2017-05-10 22:03:36 +02:00
Benjamin Staneck
6e2d88d466
upgrade to VisualStudio 2017
2017-04-07 23:51:46 +02:00
Benjamin Staneck
cd3efdf382
ignore VisualStudio temp dir
2017-04-07 07:50:24 +02:00
Benjamin Staneck
53c7ec5886
don't package .github_changelog_generator file
2017-04-07 07:47:01 +02:00
Benjamin Staneck
e63368fe96
add file name next to hash values
2017-04-07 07:45:28 +02:00
Benjamin Staneck
aa2eaa6886
switch file hashes from MD5 to SHA256
2017-04-07 06:57:16 +02:00
Benjamin Staneck
bee82d00e8
Enable UNC paths by default
...
closes #1315
2017-04-07 06:25:18 +02:00
Benjamin Staneck
02366fdc7e
Update README.md
...
fix AppVeyor badge
2017-04-07 06:14:35 +02:00
Benjamin Staneck
399999d7f7
Merge pull request #1299 from alexandr-san4ez/master
...
Changed the way directory is defined .git
2017-04-07 02:42:18 +02:00
Benjamin Staneck
8eea2baaa5
Merge pull request #1331 from dancread/svn-prompt
...
Adding svn support to prompt
2017-04-07 02:40:35 +02:00
Benjamin Staneck
4d3950174f
⬆️ Update ConEmu to 170402 (preview)
...
Changelog: https://conemu.github.io/blog/2017/04/02/Build-170402.html
2017-04-07 02:38:16 +02:00
Benjamin Staneck
24a110ddb7
⬆️ Update Git to v2.12.2(2)
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.12.2.windows.2
2017-04-07 02:36:32 +02:00
Benjamin Staneck
1dd0e600ac
⬆️ Update ConEmu to 170326 (preview)
...
Changelog: https://conemu.github.io/blog/2017/03/26/Build-170326.html
2017-04-07 02:36:32 +02:00
Benjamin Staneck
e49b978b9a
⬆️ Update Git to v2.12.2
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.12.2.windows.1
2017-04-07 02:36:32 +02:00
Benjamin Staneck
9182c89a14
⬆️ Update ConEmu to 170316 (preview)
...
Changelog: https://conemu.github.io/blog/2017/03/16/Build-170316.html
2017-04-07 02:36:32 +02:00
Benjamin Staneck
00622254a7
⬆️ Update Git to v2.12.1
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.12.1.windows.1
2017-04-07 02:36:32 +02:00
dr024625
9977c0563d
Adding svn support
2017-04-03 21:07:41 -05:00
Martin Kemp
b604bf0b6c
Merge pull request #1317 from rmorrin/master
...
Update readme for config
2017-03-31 17:19:41 +01:00
Ryan Morrin
3b0a51d7b8
Update config readme:
...
* Change descriptions to match updated filenames
* Some minor fixes to grammar
2017-03-24 14:07:30 +00:00