Jack Bennett
84dc9c5f0c
Helper function using powershell to register the cmder context menu
...
Function must be run as an administrator since we're touching the
registry.
A neat by product is that users can now re-run this command and set custom
icons.
I'm not sure what the `%V` command does but it's not opening in the targeted
folder as yet.
The output is a little ugly at rpesent.
2015-03-25 14:34:25 +00:00
Martin Kemp
2292348f95
Merge pull request #438 from vladimir-kotikov/development
...
Improves performance of prompt filtering
2015-03-22 02:46:52 +00:00
Vladimir Kotikov
2855a699a1
Removes error messages when getting repo status
...
When `get_git_status` fails the inner `os.execute` call print error
message to console. This removes all error messages fro such cases.
2015-03-22 00:42:40 +03:00
Vladimir Kotikov
d8c9d32cb2
Improve performance of git and mercurial prompt
...
This implements custom logic to detect if we're inside of working tree
and skips os calls if not. This will improve performance of prompt
handling, especially for mercurial prompt.
2015-03-22 00:42:40 +03:00
Martin Kemp
522a75835f
Merge pull request #434 from vladimir-kotikov/development
...
Preview PR for including external completions into Cmder
2015-03-20 21:38:06 +00:00
Vladimir Kotikov
b75b3239e7
Adds clink-completions as an external dependency
...
* Adds package to sources.json
* Merges all cmder's lua modules into one -> cmder.lua to exclude future conflicts
* Adds external modules loading logic
2015-03-20 22:29:34 +03:00
Martin Kemp
69eb956d65
Merge pull request #432 from Jackbennett/ps-revert-newline
...
Revert new line from commit dc834cc28f
2015-03-18 21:14:39 +00:00
Martin Kemp
6c074693a4
Merge pull request #431 from Jackbennett/ps-profile-modulePath
...
Leverage the Module Autoload path and save doing it ourselves.
2015-03-18 21:14:20 +00:00
Jack Bennett
dfa58acccc
Revert new line from commit dc834cc28f
...
This matches how cmd looks in conemu for cmder and PS seems to add some
padding around command output so I really don't see what the extra new
line is doing.
Saving dat precious vertical space.
2015-03-18 15:47:01 +00:00
Jack Bennett
e811c60ab2
Leverage the Module Autoload path and save doing it ourselves.
...
This should be faster too as we won't automatically import all functions
to the session. Powershell now knows where to look before declaring they
don't exist.
2015-03-18 15:33:55 +00:00
Martin Kemp
004761b32f
Delete all except git.exe, reducing final size
...
Using git-$COMMAND is no longer supported anyway.
2015-03-18 14:55:50 +00:00
Martin Kemp
8b8f98c078
Merge pull request #429 from Jackbennett/mend-build
...
Fix build script removing a trailing comma. Download into a temp folder.
2015-03-18 14:54:55 +00:00
Martin Kemp
58a89e779b
Merge pull request #430 from Jackbennett/native-ps
...
Adds support for PS 4.0 native hash command to remove a dependency
2015-03-18 14:54:31 +00:00
Jack Bennett
aad729eb87
Adds support for PS 4.0 native hash command to remove a dependency
...
PS 4.0 requires installing WMF 4.0 on windows 7, 8, Server 2012
Native on 8.1, Server 2012r2
2015-03-18 13:50:00 +00:00
Jack Bennett
2c184f8721
Fix build script removing a traling comma. Download into a temp folder.
...
I made a bad patch with the parameters syntax. I'm making the temp files
go into a subfolder as if the build script stop theres a .tmp that could
be accidentially tracked by source control.
2015-03-18 13:21:43 +00:00
Martin Kemp
3c289b455b
Initial git cleanup PS
...
It's not functional, yet.
2015-03-18 12:28:34 +00:00
Martin Kemp
66d5170514
Remove unnecessary binaries.
...
Just remember to add them in to the package.
2015-03-18 11:12:30 +00:00
Martin Kemp
b25e46d7a7
Merge pull request #364 from narnaud/pr-local-git
...
Prefer user installed git over cmder one.
2015-03-18 11:00:44 +00:00
Martin Kemp
60d3c67194
Merge pull request #324 from cgrail/patch-2
...
Border less window mode
2015-03-18 10:57:55 +00:00
Martin Kemp
34947c4f0f
Fix the /d flag
...
Was deleted in last commit.
2015-03-18 10:56:25 +00:00
Martin Kemp
3b637e9866
Merge branch 'glucas-alias-show' into development
2015-03-18 10:54:44 +00:00
Martin Kemp
efe244b5fa
Resolved conflict in alias.bat merge
2015-03-18 10:54:22 +00:00
Martin Kemp
aa9cb38672
Change clink matching style to default. Fixes #218
...
Users should change this to their preference, this is reverting it to
how it should be "out of the box".
2015-03-18 10:37:08 +00:00
Martin Kemp
7169f49fff
Merge pull request #311 from sescandell/fix-adminlaunch
...
FIX CMDER_ROOT for admin launch
2015-03-18 10:35:15 +00:00
Martin Kemp
021263d81c
Merge pull request #273 from LeoColomb/master
...
Fixes small Powershell' loader issues
2015-03-18 10:33:58 +00:00
Martin Kemp
5dbb84d78b
Build XP Compatible Binaries
...
Because people still use an operating system from 2001.
2015-03-18 10:16:40 +00:00
Martin Kemp
c0dcce4880
Merge pull request #422 from ragekit/development
...
Added git shell task.
2015-03-16 12:14:23 +00:00
RageKit
4b2590bfd3
Added git shell task.
2015-03-15 14:00:46 +01:00
Martin Kemp
df4e83de43
Merge pull request #410 from Jackbennett/patch-1
...
Install steps clarity
2015-02-26 16:51:12 +00:00
Jack
4a681bbc60
Install steps clarity
...
In reference to #389 I thought I'd just clear up this instruction even more.
2015-02-26 11:01:10 +00:00
Martin Kemp
1ae1194555
Merge pull request #406 from Jackbennett/development
...
Use a -Full parameter to download all sources rather than the minimum
2015-02-25 16:38:15 +00:00
Martin Kemp
e566589871
Merge pull request #407 from Jackbennett/update-sources
...
Update Conemu <preview release>, update clink 4.4
2015-02-25 16:35:50 +00:00
Jack Bennett
a0d87e8368
Update Conemu <preview realease>, update clink
...
Lets move to the much newer ConEmu preview release.
Pulling the newer clink also
2015-02-25 15:14:33 +00:00
Jack Bennett
31c169a761
Use a -Full parameter to download all sources rather than the minimum
...
Use a full switch to indicate if we want to go and pull a copy of git
since its huge and if a developer is cloning the repo to work on and needs
to build it they already have git.
2015-02-25 13:58:11 +00:00
Martin Kemp
af30a90ef0
Merge pull request #401 from utek/hg_prompt
...
Adding mercuial prompt
2015-02-24 12:49:25 +00:00
Łukasz Bołdys
8a885167c3
mercurial prompt
2015-02-23 13:23:39 +01:00
Martin Kemp
8275f005b2
Added 2 to 2013
...
We aren't living in the past.
2015-02-19 10:37:43 +00:00
Martin Kemp
7834fe0a26
Merge pull request #378 from asika32764/patch-2
...
Support UTF-8 file list
2015-01-28 17:46:43 +00:00
Simon Asika
64aaa96bfb
Support UTF-8 file list
2015-01-29 00:57:17 +08:00
Martin Kemp
a708fff824
Merge pull request #374 from CumpsD/patch-1
...
Updated vendor references
2015-01-21 23:44:16 +00:00
Martin Kemp
f78e24094b
Merge pull request #308 from SheGe/feature/psprompt
...
Lambda color in powershell was changed to DarkGray
2015-01-21 23:41:00 +00:00
Martin Kemp
d3e85417ce
Update ConEmu.xml
...
Fixes missing 'PowerShell as Admin' Task
2015-01-21 23:40:09 +00:00
Martin Kemp
33810f993f
Change PowerShell as admin macro
...
'PowerShell' and 'PowerShell as Admin' task were conflicting as the same
macro `Ctrl + Alt + 2` but the 'As Admin' task is set to `Ctrl + Alt +
3`
2015-01-21 23:24:10 +00:00
David Cumps
ed7a20cec2
Updated vendor references
...
- Upgrade to git is needed for a security issue in 1.9.4
- Upgrade of ConEmu is needed for High DPI support
2015-01-21 22:25:01 +01:00
Nicolas Arnaud-Cormos
45ff72b48b
Prefer user installed git over cmder one.
...
Also set SVN_SSH (pointing to git ssh) so we can use git svn on
ssh svn repositories.
2015-01-12 22:17:30 +01:00
Martin Kemp
17b4525e60
Merge pull request #362 from vladimir-kotikov/clink-update
...
Update clink to latest (0.4.3) version
2015-01-08 22:09:20 +00:00
Martin Kemp
6c69536295
Merge pull request #358 from vladimir-kotikov/alias-rework
...
Rework `alias` command to not to use external tools
2015-01-08 22:08:11 +00:00
Vladimir Kotikov
b831c4569f
Updates clink to latest (0.4.3) version
2015-01-09 00:29:57 +03:00
Vladimir Kotikov
dba00b9175
Adds info about command options
2015-01-08 20:43:45 +03:00
an-selm
01849c3365
Fix quotation for aliases variable
2014-12-24 22:24:54 +03:00