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
Dax T. Games
9b9bb13f6a
fix commnd line help
2019-05-05 17:06:44 -04:00
Joshua Webb
52eea5fe9f
Close file handles in clink.lua
2019-04-19 16:16:45 +10:00
Dax T. Games
ab3f0b76fb
fixes
2019-04-01 22:17:53 -04:00
Dax T. Games
528bbea7f5
fixes
2019-04-01 22:10:21 -04:00
Dax T. Games
f20eca01ac
fixes
2019-04-01 17:34:00 -04:00
Dax T. Games
26d8d58e77
Merge branch 'master' of https://github.com/cmderdev/cmder into alias
2019-04-01 17:32:57 -04:00
Dax T. Games
cf134604bb
fixes
2019-04-01 17:31:46 -04:00
Dax T. Games
67b374ad37
revert alias.cmd changes
2019-04-01 17:09:05 -04:00
Dax T. Games
d592f80364
Merge branch 'master' of https://github.com/cmderdev/cmder into alias
2019-04-01 17:04:03 -04:00
Dax T. Games
3e40c80331
new alias create syntax
2019-04-01 16:58:45 -04:00
Dax T. Games
a813e359c5
don't delete aliases by default but provide an easy way for users to do so.
2019-04-01 09:09:32 -04:00
Dax T. Games
345562dbd0
Merge branch 'ps1_prompt' of https://github.com/daxgames/cmder into ps1_prompt
2019-03-31 16:48:10 -04:00
Dax T. Games
13de4924ca
make powershell use of bash commands more bash like
2019-03-31 16:47:36 -04:00
Dax T. Games
b424012a08
make debug messages more verbose
2019-03-31 09:48:58 -04:00
Dax T. Games
192c2f4dd1
fix git detection
2019-03-31 09:47:50 -04:00
Dax T. Games
0b2c9bf005
Merge branch 'ps1_prompt' of https://github.com/daxgames/cmder into ps1_prompt
2019-03-23 15:04:06 -04:00
Dax T. Games
081624d88e
cleanup
2019-03-23 15:03:44 -04:00
Dax T Games
a93fff6798
Update init.bat
2019-03-17 15:09:02 -04:00
Dax T. Games
98a64b71b2
Allow full ps1 prompt customization by 'config/*.ps1' scripts
2019-03-16 13:52:47 -04:00
Dax T. Games
2582891307
Merge branch 'master' of https://github.com/cmderdev/cmder
2019-03-01 19:54:14 -05:00
Dax T Games
ec42046297
Merge pull request #2017 from b0bh00d/master
...
Replaced 'hg id -ib'
2019-03-01 14:00:22 -05:00
Dax T. Games
e75958b881
Merge branch 'master' of https://github.com/cmderdev/cmder
2019-03-01 13:47:03 -05:00
Dax T. Games
16bf572cdf
Merge branch 'master' of github.com:cmderdev/cmder into git_clink_changes
2019-02-28 18:03:58 -05:00
Dax T. Games
7bd25e95e1
upgrade git to 2.21.0
2019-02-28 17:55:16 -05:00
Dax T. Games
cc12b848ac
provide default settings for clink that updates the history file in real time
2019-02-28 17:44:28 -05:00
Dax T. Games
20d55c1469
all clink disable by setting CMDER_CLINK=0 befor starting task
2019-02-28 17:37:45 -05:00
b0bh00d
89499f2a60
Replaced the 'hg -id' command with the 'hg branch' and 'hg status' pair for improved response times.
2019-01-20 21:02:31 -07:00
Dax T. Games
760f4e579e
ignore all /d arg if running inside vscode
2019-01-06 18:09:06 -05:00
Dax T. Games
6d8f7a290a
ignore all args if running inside vscode
2019-01-06 17:46:50 -05:00
Dax T. Games
2a4e9d8301
workaround vscode tasks showing cmder debug output
2019-01-06 17:27:04 -05:00
Bob Hood
961f38a399
Updated the HG prompt ( #2002 )
...
Per our email discussion, I have updated the HG prompt code to use the '-ib' option to 'hg id' so the branch name is always available, regardless of the state of the working copy.
2019-01-05 19:56:30 +01:00
b0bh00d
5a48e568a8
Updated the HG prompt code to use the '-ib' option to 'hg id' to always have the branch name available.
2019-01-01 11:17:53 -07:00
Dax T. Games
9a47bce6ac
fix ssh-agent in user_profile.cmd.default
2018-12-22 17:05:08 -05:00
Dax T Games
4f2ced57df
Revert "fix sshagent call in user_profile.cmd.default"
2018-12-22 16:55:56 -05:00
Dax T. Games
4e4f050374
fix sshagent call in user_profile.cmd.default
2018-12-22 15:40:09 -05:00
Martin Böhm
51e75d4bb5
add percent escaping for string.gsub ( #1991 )
...
In `string.gsub()`, the `%` character has special meaning and must be escaped to be treated verbatim, otherwise the "invalid use of '%' in replacement string" warning will show up.
This adds a verbatim() function for that purpose. It fixes this warning for situations where `'%` characters are in the current path (cwd), version control branch names, or in the previous `PROMPT` set by the user.
2018-12-19 21:17:45 +01:00
Dax T Games
f4389fc552
Merge pull request #1988 from daxgames/no_prefer_nix_option_
...
Prefer /nix_tools option
2018-12-16 13:08:56 -05:00
Dax T Games
8101923242
Merge pull request #1987 from seeq12/default-files-user-profile
...
Use default files for default user profiles
2018-12-16 10:31:48 -05:00
Cody Ray Hoeft
7e1bc4297a
Move ssh-agent logic to lib script
2018-12-13 21:12:18 -08:00
Dax T Games
0f30329e38
Update init.bat
2018-12-13 21:55:08 -05:00
Dax T. Games
528a69dab9
update nix_tools option to allow preferring nix tools
2018-12-13 20:54:18 -05:00
Cody Ray Hoeft
0c9e0e2f8c
Use default files for default user profiles
2018-12-13 12:13:17 -08:00
Patrick Stewart
20eb7b8e81
Add /nix_tools switch to init.bat to optionally add !GIT_INSTALL_ROOT!\usr\bin to PATH
2018-12-13 16:09:52 +00:00
Dax T. Games
8ac540ebb6
debug
2018-12-02 11:51:00 -05:00
Dax T. Games
fcab51da2b
remove file
2018-12-02 11:46:23 -05:00
Dax T. Games
dc492c836f
Merge branch 'master' of https://github.com/cmderdev/cmder into prefer_nix_option
2018-12-02 11:46:01 -05:00
Dax T. Games
1eb03dd1b8
add '/prefer_nix' switch to init.bat
2018-12-02 11:44:18 -05:00
Van der Boon, Robert GSNL-PTT/SPD
572a94ca3a
Improve LANG env var detection
2018-11-30 12:01:21 +01:00
Dax T. Games
eb6a332da2
Merge branch 'master' of https://github.com/cmderdev/cmder into multi-user
2018-11-22 16:21:24 -06:00