Dax T Games
ef0de62d82
Merge pull request #2742 from daxgames/better_bat
...
Better bat
2022-09-04 09:25:03 -04:00
Dax T. Games
59bbdaddc7
Cleanup
2022-09-04 09:16:39 -04:00
Dax T. Games
7a9ad78e66
Fix #2740
2022-09-01 13:00:43 +00:00
David Refoua
ec371bafff
Update Clink, Clink Completions and ConEmu dependencies
2022-08-30 22:10:12 +04:30
David Refoua
a617397aea
move space from "{git}{hg}{svn}" to individual parts
2022-08-30 21:59:09 +04:30
Dax T. Games
dceccffb72
Merge branch 'master' into CH
2022-07-15 10:06:59 -04:00
Dax T. Games
0a4d3bcb77
update Clink and Git
2022-07-15 10:04:30 -04:00
Michael Roy
70b5822fd5
Enable asynchronous clink prompt update for svn status
...
If enabled in the cmder prompt config, use clink asynchronous update of the prompt for svn status (similar to git)
2022-05-25 15:34:22 +02:00
Michael Roy
f184714457
Add new cmder config value
...
Add new setting value prompt_overrideSvnStatusOptIn to cmder_prompt_config.lua.default to control of asynchronous svn status update should be used with clink
2022-05-25 15:28:29 +02:00
goodusername123
62bfbb4501
Update Git for Windows to 2.36.0
2022-04-25 16:49:28 -05:00
goodusername123
8bf40227e8
Update Clink to 1.3.16
2022-04-25 16:47:34 -05:00
Dax T. Games
427937918e
update Clink to 1.3.15
2022-04-16 13:41:01 -04:00
Dax T. Games
fe29497878
update Clink to 1.3.14
2022-04-16 13:36:24 -04:00
Dax T. Games
ef51ed2be2
Merge branch 'fix_find_git' of https://github.com/daxgames/cmder into fix_find_git
2022-04-16 11:35:41 -04:00
Dax T. Games
6d313853f3
only look at \cmd\git.exe for found git
2022-04-16 11:35:19 -04:00
Dax T Games
f46e8b81d8
Merge branch 'master' into fix_find_git
2022-04-16 11:18:38 -04:00
Dax T. Games
ce02fb4a0e
fix find latest git
2022-04-16 10:51:26 -04:00
Dax T Games
e345f187d8
Remove set term=cygwin in init.bat ( #2688 )
2022-04-16 15:01:17 +01:00
dgames
6189f4f0e6
fix prompt branch for git worktree
2022-03-17 07:57:48 -04:00
Dax T Games
0616ff0a82
Merge pull request #2660 from vsajip/fix-2659
...
Fix #2659 : Use get_hg_branch() to get Mercurial branch information.
2022-02-03 17:48:26 -05:00
Edouard Coissy
4098265a36
Fix #2654 : blank space added between {cwd} and version_control variable
2022-02-02 14:13:51 +01:00
Vinay Sajip
eab4454ac5
Fix #2659 : Use get_hg_branch() to get Mercurial branch information.
2022-01-29 14:48:58 +00:00
dgames
7cc1c77225
do not display message when alterring git path
2022-01-15 16:02:14 -05:00
dgames
f0c4e85ac8
yellow to white
2022-01-15 15:14:24 -05:00
dgames
357e51acd1
spelling fixes
2022-01-15 11:00:58 -05:00
dgames
f39aade500
Update to Git 2.34.0and Clink 1.2.46
2021-11-21 13:50:54 -05:00
dgames
004535e0bc
remove -all
2021-11-21 13:40:53 -05:00
dgames
6ae2f97f52
add quotes
2021-11-21 13:32:57 -05:00
dgames
0326f2e3a8
Merge branch 'master' of https://github.com/cmderdev/cmder into conemu-up
2021-11-21 13:24:56 -05:00
Dax T Games
9f065a63e8
Ps1 git discovery ( #2438 )
...
* Fix start errors in path with ()
* Fix start errors in path with ()
* Fix start errors in path with ()
* Fix start errors in path with ()
* remove quotes from debug_output messages
* remove quotes from debug_output messages
* remove quotes from debug_output messages
* discovery newer git version
* new git path config for powershell
* xxx
* add isGitShim
* fix no git found in path
* debug
* revert not ps1 changes
* cleanup
* final
* spacing
* fixes
* cleanup
* cleanup
* timer for Powershell
* fixes
* fixes for git path settings
* grab vendor/bin/alias.cmd from master
Co-authored-by: Dax T. Games <dtgaes@kinggeek.org>
Co-authored-by: dgames <dgames@dtg.local>
2021-11-16 14:22:17 +00:00
Dax T Games
59dfa9c46f
Revert "Fix a problem with an ampersand character in path"
2021-11-11 07:35:04 -05:00
Dax T Games
a4cb56b083
Merge pull request #2618 from xpam-net/master
...
Fix a problem with an ampersand character in path
2021-11-11 07:17:33 -05:00
Dax T Games
ad6979d25f
Merge pull request #2621 from chehrlic/clink_git_speedup
...
Speed up git status / conflict status by calling git only once.
2021-11-10 05:55:04 -05:00
Christian Ehrlicher
addcefdd47
Speed up git status / conflict status by calling git only once.
2021-11-08 17:43:46 +01:00
dgames
0637d6b3e9
Merge branch 'master' into conemu-up
2021-11-07 17:54:54 -05:00
dgames
f24266014f
update clink and git
2021-11-07 13:03:44 -05:00
dgames
c27cedc9b3
quote PATH settings
2021-11-07 10:54:33 -05:00
Andrey Luzhin
4c85e8b2f1
Fix a problem with an ampersand character in path
...
If the path variable contained values with an ampersand character (such as in the case of MySQL), the string splits by this character, and tries to execute what follows as a separate command.
All occurrences of the set command containing %PATH% should be wrapped in quotation marks
2021-10-29 09:13:35 +02:00
dgames
c75c02c9ce
update Clink and Conemu versions
2021-10-20 21:10:38 -04:00
Abhishek Aryan
9de284123c
Fix the env not showing
...
Turns out the `{env}` part was missing from the prompt constructor
2021-09-25 16:32:52 +03:00
Dax T Games
93715461e6
Merge pull request #2606 from daxgames/cmder_diag
...
Cmder diag - Save output to a file.
2021-09-17 12:35:24 -04:00
Dax T. Games
fc6cf025be
save cmder_diag.* output to a file
2021-09-17 12:28:49 -04:00
Dax T. Games
f809af1eec
save cmder_diag.* output to a file
2021-09-17 12:22:25 -04:00
Aleksandar Kocic
6d1e2d6e8b
Fix Posh-Git 1.0.0 import and console.
2021-08-31 08:40:46 +02:00
Dax T Games
2ef8c967d2
update conemu and clink ( #2575 )
...
* update conemu and clink
* update clink to 1.2.24
* update clink to 1.2.24
* update clink to 1.2.24
* Clink 1.2.26
Co-authored-by: dgames <dgames@dtg.local>
2021-08-19 16:47:47 +01:00
dgames
b885b4e235
Clink 1.2.26
2021-08-13 21:36:58 -04:00
dgames
f717f5031b
update clink to 1.2.24
2021-08-07 03:30:40 -04:00
dgames
710cc3ecc3
update clink to 1.2.24
2021-08-07 03:27:13 -04:00
dgames
0fc6b6571e
update clink to 1.2.24
2021-08-07 03:25:34 -04:00
dgames
48f50568b0
update conemu and clink
2021-07-23 23:09:24 -04:00
Benjamin Staneck
b8760e4d04
Merge pull request #2556 from chrisant996/clink-async-prompt
2021-07-18 09:58:41 +02:00
Rémi Benoit
ae7209f254
Update clink to 1.2.22
2021-07-18 09:57:12 +02:00
Rémi Benoit
9d4da63184
Update clink to 1.2.20
2021-07-18 09:57:12 +02:00
Chris Antos
e7a6e64473
Rewrote how prompt_overrideGitStatusOptIn
works.
...
It was less clear before, and it also accidentally took effect when
the `prompt.async` Clink setting was off.
2021-06-12 18:56:37 -07:00
Chris Antos
f6c2657b23
Allow scripts to disable part of the Cmder prompt.
...
The Cmder prompt normally includes version control info, which involves
running some potentially expensive commands. The cmder-powerline-prompt
project (and maybe other projects) replaces the Cmder prompt and runs
the same potentially expensive commands -- so expensive commands get run
twice!
This change makes it possible for the user and/or other scripts to
disable the version control part of the built-in Cmder prompt.
https://github.com/chrisant996/cmder-powerline-prompt
2021-06-11 01:01:35 -07:00
Chris Antos
91aabe75af
Add prompt config variable for async git prompt.
...
Setting `prompt_overrideGitStatusOptIn = true` will override the
`cmder.status` and `cmder.cmdstatus` git config settings and run the git
prompt status commands in the background. But it only takes effect when
using Clink v1.2.10, since that's required in order to run prompt update
commands in the background.
2021-06-10 18:49:39 -07:00
Chris Antos
5305ebd4a6
Use Clink async prompt filtering for git.
...
`git status` and `git diff` can be slow in large repos. Clink v1.2.10
and higher support using Lua coroutines to do expensive parts of prompt
filtering in the background. When the expensive parts complete, the
prompt gets refreshed.
This means even large repos can have fast prompts PLUS git status all
the time!
This change should be backward/forward compatible with both older and
newer versions of Clink (of course only newer versions will gain the
benefit).
2021-05-31 21:29:19 -07:00
dgames
56b04fc9ce
fix unknown color and code dedup
2021-05-31 10:53:18 -04:00
dgames
55ff611095
fix default unknown color
2021-05-30 08:56:44 -04:00
dgames
aebe37bd28
fix default unknown color
2021-05-30 08:56:05 -04:00
dgames
4fab4cc6e4
make unknown color white for all shells
2021-05-30 08:41:40 -04:00
dgames
a41fad80d5
Merge branch 'status-branchonly' into status-branchonly-dax
2021-05-30 07:56:01 -04:00
dgames
c9acb13d0b
Fix cmder no status prompt
2021-05-30 07:50:48 -04:00
dgames
03d0f913ea
fixing branch only
2021-05-30 07:27:16 -04:00
Ian Craig
a5c98d4fe9
Add simple branch name gen for sh and ps1
2021-05-25 21:03:28 -07:00
Ian Craig
9df8f1a92a
Revert to boolean, keep branch name when status=false
2021-05-25 17:53:41 -07:00
Ian Craig
c262934822
Add branchonly option to cmdstatus
2021-05-20 17:53:05 -07:00
Abhishek Aryan
f1665ddd7d
Fix no env in the prompt string
...
Yeah, I was surprised too..
2021-05-10 18:47:17 +03:00
Dax T. Games
59941f5dfa
cleanup
2021-05-02 21:05:58 -04:00
Dax T. Games
6d79ed5eb2
Merge branch 'master' of https://github.com/cmderdev/cmder into fix_configurable_prompt
2021-05-02 21:04:23 -04:00
Dax T. Games
11fb1b3a50
do not rely on config\cmder_prompt_config.lua
2021-05-02 20:56:02 -04:00
Dax T. Games
810a3da955
upgrade to clink 1.2.5
2021-05-02 20:54:52 -04:00
Abhishek Aryan
e8df3ef247
Refactor the env substution logic
...
And some prompt cleanup
2021-05-02 21:53:22 +03:00
Dax T Games
8d6ce3e4ac
Merge pull request #2523 from daxgames/prompt_config
...
Prompt config
2021-04-15 08:27:05 -04:00
Dax T. Games
9793ca1ed9
update git for windows
2021-04-15 08:17:07 -04:00
Dax T. Games
d9b2c729f9
replace :: with rem
2021-04-15 07:54:39 -04:00
Dax T. Games
e0cb86d738
parametrized status colors
2021-04-11 18:42:43 -04:00
Dax T. Games
0ef76ee2d3
add configurable prompt
2021-04-11 18:28:43 -04:00
Dax T Games
8a2ace9fc2
Merge pull request #2522 from vladimir-kotikov/patch-6
...
Bump clink-completions version
2021-04-09 07:40:25 -04:00
Vladimir Kotikov
ad755dc7f9
Bump clink-completions version
2021-04-09 10:46:27 +03:00
Dax T. Games
6027ac31c4
set global cmderGitStatusOptIn var for use in clink-completions
2021-04-07 22:30:53 -04:00
Dax T Games
c34eb73555
Merge pull request #2452 from daxgames/1.3.18
...
1.3.18
2021-03-26 05:45:35 -04:00
dgames
0fd2d9c8a8
CHANGELOG.md
2021-03-25 19:14:18 -04:00
dgames
0a7f1623f7
fix path length check with fast_init set
2021-02-28 23:09:49 -05:00
dgames
d02be816e2
fix failure in lib_path if path is too long
2021-02-28 21:54:06 -05:00
dgames
8452f33407
changelog.md
2021-02-25 14:38:05 -05:00
Dax T Games
a66b8b3035
Merge pull request #2458 from FTOH/patch-1
...
Fix: Incomplete operation when closing bash.exe
2021-02-09 09:07:15 -05:00
兮陌
cc1d459ea9
Fix some commands like ls' are not available
2021-02-08 23:23:30 +08:00
FTOH
633d673bd7
Fix escaping double quotes
2021-01-17 22:13:01 +07:00
Stephen Solis
10d63daf90
Fix enhance_path call if no usr\bin in %GIT_INSTALL_ROOT%
2021-01-16 23:34:22 +01:00
dgames
6c15598010
update to Clink 1.1.20
2021-01-12 09:01:39 -05:00
Anton Makarenko
3608b5bc81
Added quotes as in previous commits
2021-01-11 15:03:52 +07:00
Anton Makarenko
2d75a635de
Fix: Incomplete operation when closing bash.exe
2021-01-11 14:22:54 +07:00
dgames
9cf3ba222e
remove clink defaults
2021-01-09 09:43:37 -05:00
dgames
01d300f779
cleanup
2020-12-24 18:43:23 -05:00
dgames
ba1027f6d5
cleanup
2020-12-24 18:34:27 -05:00
dgames
b5d172cd32
cleanup
2020-12-24 18:33:10 -05:00
dgames
f362ba8dba
spacing
2020-12-24 17:55:56 -05:00
dgames
783cf68d10
CLink migration and clenaup
2020-12-24 17:48:00 -05:00
dgames
c4fb7e6034
Merge branch 'master' of https://github.com/cmderdev/cmder into 1.3.17_fixes
2020-12-24 12:15:08 -05:00
dgames
da0af1d96b
1.3.17 Fixes for clink settings and history
2020-12-24 12:14:46 -05:00
dgames
24cad3ed5c
fix 'alias ..=cd ..' removing 2 char aliases
2020-12-23 07:30:47 -05:00
Dax T Games
e0b8ebc669
Clink fork fixes ( #2441 )
...
* debug
* remove debug
* Switch to chrisant996 Clink 1.1.8
* Update to Clink 1.1 10
* CHANGELOG.md
Co-authored-by: dgames <dgames@dtg.local>
2020-12-21 21:30:30 +00:00
Vladimir Kotikov
00b22ea79a
Update clink-completions to 0.3.6 ( #2440 )
...
https://github.com/vladimir-kotikov/clink-completions/releases/tag/0.3.6
2020-12-17 10:26:59 +00:00
Dax T Games
9088a5e2e6
Merge pull request #2430 from qfp64/faster-init
...
Improve init speed
2020-12-11 05:48:07 -05:00
Dax T Games
25bc575e8a
Merge pull request #2390 from daxgames/sysinfo
...
add systeminfo.exe output to cmder_diag.*
2020-12-11 05:42:22 -05:00
Kyle McInnes
11a78a8d64
Fix errors
2020-12-10 13:35:40 +00:00
Kyle McInnes
2a9a4d2860
Speed up calls to lib_console
2020-12-07 19:41:11 +00:00
Florian Schwalm
2205461943
Update git for windows to 2.29.1 ( #2410 )
2020-10-27 17:31:19 +00:00
Dax T. Games
467b4d4ad9
hide possible file write conflict
2020-09-13 08:27:10 -04:00
Dax T. Games
ea6e18c834
hide possible file write confilct
2020-09-13 08:02:46 -04:00
Dax T. Games
4378741aad
add systeminfo.exe output
2020-09-12 06:10:41 -04:00
Dax T. Games
d1adf16fa8
'fixes'
2020-08-24 20:27:56 -04:00
Dax T. Games
cda883bc39
add setlocal
2020-08-23 08:47:20 -04:00
Dax T. Games
b1ef763922
add setlocal
2020-08-23 08:42:58 -04:00
Dax T Games
937874f03c
Revert "Revert "Update profile.ps1""
2020-08-13 07:29:24 -04:00
Dax T Games
829a65f552
Revert "Update profile.ps1"
2020-08-13 07:08:20 -04:00
mcnubblet
3f6aa3b348
Update profile.ps1
...
Set utf-8 BOM in profile.ps1 to fix incorrect prompt display in PowerShell
2020-08-13 14:05:49 +10:00
Dax T Games
4cacd2fdc8
Merge pull request #2358 from FloSchwalm/update-to-git-2.28
...
Update git for windows to 2.28.0
2020-07-29 20:28:25 -04:00
Dax T Games
80f76ad956
Merge pull request #2357 from FloSchwalm/fix-git-version-comparison
...
Fix git version comparison
2020-07-29 20:27:23 -04:00
Dax T Games
906bb5d357
Merge pull request #2339 from daxgames/fix_global_vars_vscode_err
...
1.3.16-pre: 1.3.15 Fixes
2020-07-29 19:33:12 -04:00
Florian Schwalm
29d784b2b1
Update git for windows to 2.28.0
2020-07-29 22:58:30 +02:00
Florian Schwalm
fc90722faa
Prepend %GIT_INSTALL_ROOT%\cmd to path instead of appending it
...
The default setting for path enhancing is appending,
so the provided unix tools don't overwrite windows tools we may want to keep.
For Git this is undesired behavior, though, as we just compared git versions
to decide which one we want to use. The git directory thus needs to be prepended
to the path to make sure a call to git uses the version we selected.
2020-07-29 22:48:01 +02:00
Florian Schwalm
167c49ee6d
Rewrite old calls to :verbose_output to working %lib_console% verbose_output
2020-07-29 22:46:35 +02:00
Florian Schwalm
0ed10e5e89
Reorder if-else-clauses in :compare_git_versions so last else block can be reached
...
It is hard to spot without the brackets, but the last else block - that resets %test_dir% and
logs in verbose mode that an older user git version will be ignored - can't actually be reached.
The else block is considered to belong to the if clause "if exist "%test_dir:~0,-4%\cmd\git.exe""
that will only ever be executed if ERRORLEVEL is greather than or equal to 0, thus if the test fails,
the following else if clause "else if ERRORLEVEL 0" will always succeed and the last else block will be ignored.
Using the vendored git version may still have worked because %GIT_INSTALL_ROOT% isn't set either way,
but to enable the log message I reordered if-else-clauses and brackets in the way I think the
original author intended them to work.
2020-07-29 22:39:46 +02:00
Florian Schwalm
cd50db3a7f
Use ERRORLEVEL instead of %errorlevel% to compare git versions
...
%errorlevel% was always 0, even if the vendored git version was more current than the installed one
Usually exiting a batch script with "exit /b exitCode" as used in :compare_versions
sets %errorlevel% to the specified exit code
However, this may not work if %errorlevel% was set before with "Set errorlevel="
I didn't find the location where this might have happened,
but I saw the consequence of %errorlevel% always being 0
Thus I decided to use ERRORLEVEL instead as this will always work regardless of environment variable
For more information check https://ss64.com/nt/errorlevel.html
2020-07-29 22:25:49 +02:00
Dax T. Games
37a223b449
fix lib_path
2020-07-25 05:11:34 -04:00
Dax T Games
334838c079
Update init.bat
2020-07-24 08:34:45 -04:00
Dax T. Games
0c3d89925e
'fix
2020-07-23 13:41:10 -04:00
Dax T. Games
020661af95
Merge branch 'fix_global_vars_vscode_err' of https://github.com/daxgames/cmder into fix_global_vars_vscode_err
2020-07-23 13:39:46 -04:00
Dax T. Games
79261d4d27
fix
2020-07-23 13:36:50 -04:00
Dax T Games
7326a3cfc5
Update init.bat
2020-07-23 13:34:13 -04:00
famoses
40c58417b2
quote time measures for timer.cmd
...
The startup time duration is calculated wrongly ( at least for me, on Windows 1909, with CmderMini 1.3.15.1010 ). I got something like "Elapsed Time: 80:36:1.00 (290161.00s total)" printed into the cmder consle window. I can be solved by quoting the time measures taken in `init.bat`.
It seems that `time.cmd` fails in recognizing two arguments. In fact it did split the first time measure into two arguments and ignored the second time measure.
Example:
from the two time measures
λ echo %CMDER_INIT_START% %CMDER_INIT_END%
12:53:44,34 12:53:54,04
The call to `time.cmd` created following output (i added echo commands to print variables start and end right after they got assigned the arguments)
start: 12:53:44
end: 34
2020-07-18 13:32:22 +02:00
Dax T. Games
97a41ddd99
fix cmder_configured GTR 1
2020-07-14 22:31:57 -04:00
Dax T. Games
954937cf97
cleanup
2020-07-05 15:22:09 -04:00
Dax T. Games
2c620d1d67
cleanup
2020-07-05 15:13:23 -04:00
Dax T. Games
5e7a7029d1
make vscode_init.cmd smart enough to apply cmder settings if launched from inside or outside cmder
2020-07-04 14:23:16 -04:00
Dax T. Games
f1c1354c00
make vscode_init.cmd smart enough to apply cmder settings if launched from inside or outside cmder
2020-07-04 13:43:18 -04:00
Dax T Games
0f12de345b
Update init.bat
2020-07-02 07:00:25 -04:00
Dax T. Games
c332ab1a34
Fix bug introduced in 1.3.15
2020-07-01 16:24:36 -04:00
Dax T Games
4403edb110
Update init.bat
2020-07-01 08:26:44 -04:00
Dax T. Games
00bc5439fd
Merge branch 'fix_git' into fix_global_vars_vscode_err
2020-06-29 07:51:31 -04:00
Dax T. Games
da5f1bc4db
fix git detect
2020-06-29 07:49:22 -04:00
Dax T. Games
250ae06e7a
fix vscode terminal errors when setting cmder fast_init=1 outside cmder
2020-06-26 22:27:29 -04:00
Dax T Games
c6edbc0068
Merge pull request #2311 from daxgames/fix_path_enh_recurs
...
Fix and enhance enhance_path_recursive
2020-06-26 16:27:42 -04:00
Dax T Games
8781779636
Update init.bat
...
If CMDER_CONFIGURED==1 skip to :CMDER_CONFIGURED
2020-06-09 19:41:08 -04:00
Dax T Games
31c019b7e4
Update init.bat
...
Move skip to user config below clink enablement in cmder_configured == 1
2020-06-08 21:18:23 -04:00
Dax T Games
4d86559841
Update init.bat
...
Remove cmder_configured goto
2020-06-08 21:03:41 -04:00
Dax T. Games
a999d17f71
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 15:32:15 -04:00
Dax T. Games
04c784cb16
Allow setting cmder init.bat arg vars globally on windows.
2020-06-07 14:49:02 -04:00
Dax T. Games
b91bb84f3d
fix cexec.cmd
2020-05-10 10:56:12 -04:00
Dax T. Games
1f5ea5e596
Fix and enhance enhance_path_recursive
2020-04-29 12:03:24 -04:00
wtof
2936abe2a5
Update git for windows to 2.26.2
2020-04-28 11:18:24 +08:00
Dax T. Games
be5ec648c4
Fix Cmder issue #2290
2020-04-06 10:15:00 -04:00
Dax T Games
2517f55f15
Merge branch 'master' into 1.3.15
2020-04-06 08:48:19 -04:00
Dax T. Games
1af12666e4
move git functions to git lib
2020-04-06 08:46:46 -04:00
Dax T. Games
93f8718489
move git functions to git lib
2020-04-06 08:20:26 -04:00
Michael Roy
1071221468
Fix an issue with clink.find_files() return order not always consistent, leading to .init.lua not being run first lua path being broken ( #2278 )
2020-03-14 13:01:06 +00:00
andyburgess
251968b4c6
Fixes #2247 , fixes #2254
2020-02-21 11:52:52 -05:00
Dax T Games
0e37a4c2f9
Merge pull request #2222 from daxgames/1.3.14
...
1.3.14
2020-01-08 21:34:19 -05:00
Dax T. Games
492fc284f2
Fix issue #2214
2020-01-06 22:57:29 -05:00
Johannes Rappen
fe3d2034ef
Bump git-for-windows to v2.24.1.windows.2
2020-01-06 22:45:17 +01:00
Dax T. Games
180e72a6aa
revert --no-log to fix windows 7 clink prompt
2020-01-05 13:52:23 -08:00
Dax T. Games
93cf865071
post-install fixes
2020-01-05 16:41:02 -05:00
Vladimir Kotikov
8df688bada
Update clink-completions
...
https://github.com/vladimir-kotikov/clink-completions/releases/tag/0.3.5
2019-12-05 10:53:32 +03:00
Dax T. Games
a857d8419c
fixes for cmd:cmder init script
2019-12-04 16:04:16 -05:00
Dax T. Games
0cf1c5e2eb
fix
2019-11-23 18:13:03 -05:00
Dax T. Games
2428e8529f
dd per shell git opt out
2019-11-23 11:54:53 -05:00
Dax T. Games
589b48d06e
update conemu
2019-11-09 17:50:57 -05:00
Dax T. Games
3ee244e4c1
allow git prompt status opt out for powershell and bash
2019-11-09 16:36:16 -05:00
Dax T. Games
44bc089ee4
move lambda to cmder prompt method for easier user change
2019-11-03 14:14:47 -05:00
Dax T. Games
6ab4599a4d
separate powershell functions from profile.ps1
2019-11-03 13:07:20 -05:00
Dax T. Games
dac4b27e28
separate powershell functions from profile.ps1
2019-11-03 12:59:36 -05:00
Dax T. Games
661f59d0fb
Fix #2191 profile.ps1: CheckGit does not export $gitLoaded
2019-11-03 12:36:28 -05:00
Dax T. Games
44a8bf5802
add ability to disable git
2019-11-03 11:00:27 -05:00
Dax T Games
f1a9721256
Update init.bat
2019-10-22 22:44:17 -04:00
Dax Games
34468ef2fd
cleanup
2019-08-22 06:20:19 -04:00
Dax Games
5cb8021864
Merge branch 'fix_path_with!' of https://github.com/daxgames/cmder into fix_path_with!
2019-08-22 06:11:18 -04:00
Greg Lucas
7f69f15637
Fix #2192 : Set default prompt hooks before loading user profile
2019-10-22 11:17:13 -04:00
Dax T. Games
468dba474e
fixes
2019-10-13 15:47:25 -04:00
Dax T. Games
db42252ef2
cleanup
2019-10-13 10:18:04 -04:00
Dax T. Games
57b328b209
cleanup
2019-10-13 10:15:26 -04:00
Dax T. Games
e8b33aa45b
Merge branch 'master' of https://github.com/cmderdev/cmder into fix_path_with!
2019-10-13 10:11:25 -04:00
Dax T. Games
377d97e56a
fix path with ! in dir
2019-10-13 10:07:23 -04:00
Benjamin Staneck
4575ac3209
⬆️ Update ConEmu to 190714
...
Release Notes: https://conemu.github.io/en/Whats_New.html
2019-10-12 19:45:23 +02:00
Benjamin Staneck
035f209bc4
⬆️ Update Git to 2.23.0
...
Release Notes: https://github.com/git-for-windows/git/releases/tag/v2.23.0.windows.1
2019-10-12 19:43:46 +02:00
Dax T Games
19a2fd11e3
Clink Completions 0.3.4 ( #2177 )
...
* update Changelog, clink-completions 0.3.4, fix ps fg color
* Update CHANGELOG.md
* Update CHANGELOG.md
2019-09-28 02:21:47 +02:00
Dax T. Games
3a44bc809d
add ~ match to vendor/clink.lua/
2019-09-27 18:17:24 -04:00
Dax T. Games
45e5600249
update Changelog, clink 0.3.4, fix ps fg color
2019-09-26 18:07:25 -04:00
Matt Covalt
b310a2c47c
Disable clink logging
2019-08-29 12:48:52 -04:00
Dax T. Games
b58b3b4547
restore old alias.cmd without 'create' option
2019-07-07 13:52:34 -04:00
Dax T. Games
9184f8e2bf
Merge branch 'master' of https://github.com/cmderdev/cmder into alias
2019-07-07 13:32:47 -04:00
Dax T. Games
1e0e2193e0
Merge branch 'master' into alias
2019-07-07 13:31:13 -04:00
Dax T. Games
38fd3468fe
restore old alias.cmd without 'create' option
2019-07-07 13:30:34 -04:00
SupinePandora43
72dd8376cd
move
...
https://github.com/cmderdev/cmder/pull/2113#issuecomment-506044156
2019-06-27 16:00:55 +05:00
Dax T Games
ea531cdd44
Fix post-install.bat not running and deleting itself ( #2106 )
...
* Fix post-install.bat not running
* Changelog
* Changelog
2019-06-03 11:23:00 +01:00
Dax T Games
865e443fcd
Merge pull request #2068 from cmderdev/history_cmd_index_sync
...
Print Index in History Command Output
2019-05-05 17:28:07 -04:00
Dax T. Games
893207453d
CHANGELog
2019-05-05 17:27:25 -04:00
Dax T. Games
834f031442
Merge branch 'master' of https://github.com/daxgames/cmder into history_cmd_index_sync
2019-05-05 17:19:49 -04:00
Dax T Games
0bd847e695
Merge pull request #2083 from JoshuaWebb/master
...
Close file handles in clink.lua
2019-05-05 17:13:57 -04:00