Martin Kemp
de8d2d22f6
Fix the build
2014-08-26 23:52:49 +01:00
Martin Kemp
72c045dc2d
Merge pull request #244 from narnaud/fix-clinkversion
...
Fix clink version
2014-08-26 12:37:52 +01:00
Nicolas Arnaud-Cormos
5ee2fb2a8d
Fix clink version
2014-08-26 13:20:38 +02:00
Martin Kemp
2ba40773b3
Merge pull request #241 from narnaud/fix-vim
...
The latest msysgit comes with vim 7.4.
2014-08-26 08:51:57 +01:00
Nicolas Arnaud-Cormos
662663813e
The latest msysgit comes with vim 7.4.
2014-08-26 05:50:07 +02:00
Martin Kemp
2ec650557e
Merge pull request #199 from Jackbennett/docs-integration
...
New section for user help with an integration feature of Cmder.
2014-08-18 16:09:43 +01:00
Martin Kemp
932e517c2f
Merge pull request #208 from MartiUK/master
...
Bump versions
2014-08-04 22:13:33 +01:00
Martin Kemp
6a9d6dd37e
bump versions again
2014-08-04 22:13:23 +01:00
Martin Kemp
e9707b2022
Bump versions
2014-06-19 08:27:44 +01:00
Jack Bennett
ef91a9c272
New section for user help with an integration feature of Cmder.
2014-05-16 19:37:46 +01:00
Samuel Vasko
9939b1ba7f
CMDER_ROOT variable is now also in path
...
Now you can call cmder /whatever from cmder shell
2014-04-29 15:32:56 +02:00
Samuel Vasko
c032b5f8a0
Using verbose output
2014-04-28 13:22:22 +02:00
Samuel Vasko
9ce90d337b
Using earlier version of msvcp and vcr
2014-04-28 13:22:22 +02:00
Martin Kemp
2a722ee3f3
Remove XP Launcher from TODO list.
2014-04-23 09:29:19 +01:00
Martin Kemp
3cfd032007
Merge pull request #180 from CoolOppo/patch-1
...
Update Clink URL
2014-04-14 08:03:47 +01:00
CoolOppo
21f0f1dbb2
Update Clink URL
...
The current Clink URL takes you to the old page on Google
2014-04-13 14:43:05 -04:00
Samuel Vasko
38c13a7f4b
Merge branch 'master' of https://github.com/bliker/cmder
2014-04-11 14:31:44 +02:00
Martin Kemp
97980f5f34
XP compatible launcher
2014-04-11 14:31:16 +02:00
Martin Kemp
e3e1effef3
Disable click
2014-04-11 14:09:22 +02:00
Samuel Vasko
2542358965
Color scheme from upstream
...
Before the monokai in the Conemu was different and not matching
colors correctly. Now that was fixed so no need to keep ours.
2014-04-11 14:02:56 +02:00
Samuel Vasko
6b37074dd5
Reordered the PATH, closing #37
...
Now the msysgit is being loaded first, so find will invoke
the correct and better version
2014-04-11 14:02:34 +02:00
Samuel Vasko
1b7e647b4b
Merge pull request #177 from Jackbennett/7zip
...
Try to find 7-zip if it's installed before an error.
2014-04-11 13:56:32 +02:00
Jack Bennett
e6618f21a3
Try to find 7-zip if it's installed before an error.
...
Create an alias to 7z.exe in the script scope.
2014-04-10 18:34:31 +01:00
Martin Kemp
56a9a2036f
Disable left click cursor change by default
...
Fixes #109
2014-04-10 14:51:03 +02:00
Samuel Vasko
f6c3a0c390
Merge pull request #152 from bliker/scripts
...
New build and pack scripts
2014-04-10 14:44:39 +02:00
Samuel Vasko
46f6f677dc
Silencing the noise
2014-04-10 14:42:20 +02:00
Samuel Vasko
d5d8b0944b
Removed old ruby scripts
2014-04-10 13:13:20 +02:00
Samuel Vasko
8e676b3fc7
Added history files
2014-04-10 13:12:38 +02:00
Samuel Vasko
b9379b3ae2
Computing hashes
2014-04-10 13:11:41 +02:00
Samuel Vasko
db49c14422
Fixed paths
2014-04-10 13:11:25 +02:00
Samuel Vasko
46bebee94c
More recent package versions
2014-04-10 12:57:45 +02:00
Martin Kemp
691000fa15
Merge pull request #159 from kohenkatz/fix-context-menu
...
Add registration for right-click on folder item; Add context-menu icon
2014-04-10 11:45:39 +01:00
Samuel Vasko
df064ec4be
Merged
2014-04-10 12:43:34 +02:00
Samuel Vasko
e1c60104ba
Updated build and pack Powershell
2014-04-10 12:41:19 +02:00
Martin Kemp
3a8daf57f7
Merge pull request #167 from schlamar/patch-1
...
Only cd to $HOME if started in CMDER_ROOT.
2014-03-19 19:50:14 +00:00
Marc Schlaich
fa33052096
Only cd to $HOME if started in CMDER_ROOT.
2014-03-19 12:25:41 +01:00
Martin Kemp
fe31accba4
Merge pull request #165 from glucas/use_home
...
Allow for existing HOME variable
2014-03-14 10:23:18 +00:00
Greg Lucas
3b053f8848
Remove extraneous quotes.
...
Extra quotes in previous commit caused PATH to be set incorrectly in admin
shell.
2014-03-13 12:36:07 -04:00
Greg Lucas
c76950293e
Find cmder files when running as Administrator.
...
When starting a shell as Administrator, the CMDER_ROOT variable is
not propagated from the parent (non-Admin) environment.
Fix this by using paths relative to %ConEmuDir%.
Fixes issue #94 .
2014-03-13 11:48:50 -04:00
Greg Lucas
ea22c658b7
CD to HOME by default.
2014-03-11 15:12:35 -04:00
Greg Lucas
303bfda521
Use HOME if already set.
2014-03-11 15:08:24 -04:00
Samuel Vasko
1f8b0c009a
Merge pull request #162 from Jackbennett/scripts
...
Minor changes for #152
2014-03-05 16:48:01 +01:00
Jack Bennett
cf74dba780
merging in new additions to the pull request
2014-03-05 14:49:23 +00:00
Jack Bennett
a9bfd2d2a2
Silencing the output from 7z so I can actually see what else the script is
...
doing.
Adding some clearer dubugging info for cleaning up folders
2014-03-05 14:00:35 +00:00
Samuel Vasko
b0b8eaef1e
Error checking for 7z extraction
2014-03-05 14:31:01 +01:00
Jack Bennett
5243d8bb8d
In powershell you pretty much never want to use Write-Host, its output can't be redirected along the pipeline. You couldn't pipe this output to a logfile.
2014-03-05 13:28:18 +00:00
Jack Bennett
1225d410fa
Merge branch 'scripts' of https://github.com/bliker/cmder into scripts
...
Conflicts:
scripts/build.ps1
2014-03-05 12:39:33 +00:00
Samuel Vasko
c661b1f300
Removed unused function
2014-03-05 12:08:26 +00:00
Samuel Vasko
4c1f96c51d
Adjusted the build script behavior
...
Removed some absolute path, and refactored the code so
it handles the nested folder archives
2014-03-05 12:08:24 +00:00
Samuel Vasko
f4b6d8f9a8
Refactored mail download loop, better error handling
2014-03-05 11:22:58 +01:00