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
刘祺
a7237370e3
Compatible with Visual Studio Code (PowerShell)
2017-06-23 18:39:36 +08:00
刘祺
25005930ba
Compatible with Visual Studio Code
2017-06-23 17:48:03 +08: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
Shahzeb Ihsan
d8444dae97
Set history_io=3 in default Clink settings
...
Currently the "history" command in Cmder prints commands without any index associated with any command, so you can copy/paste a command or use "!!" to execute a command from the history but, unlike BASH, you can't do "!<command_index>".
"cat" has a switch, "-n", which prints line numbers of the file being printed. This, in conjunction with "history_io=3" in Clink settings (to read/write history when editing a command") works just like BASH, i.e., you can use the index printed next to a command in the history to execute that command as "!<command_index>".
2017-03-17 10:59:12 +08:00
Shahzeb Ihsan
0a5d1ac156
Use cat -n for printing history to show cmd index
...
Currently the "history" command in Cmder prints commands without any index associated with any command, so you can copy/paste a command or use "!!" to execute a command from the history but, unlike BASH, you can't do "!<command_index>".
"cat" has a switch, "-n", which prints line numbers of the file being printed. This, in conjunction with "history_io=3" in Clink settings (to read/write history when editing a command") works just like BASH, i.e., you can use the index printed next to a command in the history to execute that command as "!<command_index>".
2017-03-17 10:26:57 +08:00
Alexandr
018cc9ceda
Changed the way directory is defined .git
...
clink.find_dirs - do not specify the directory if there is Cyrillic in the way.
clink.is_dir - more logical and faster.
2017-03-09 19:22:13 +03:00
Jack
ad0f8fe049
Merge pull request #1280 from bdukes/patch-1
...
Allow profile.d/*.ps1 files to export [scriptblock]$prompt override all of cmders prompt
2017-03-08 22:06:50 +00:00
Brian Dukes
7f4a4d34d6
Allow user-profile.ps1 and profile.d/*.ps1 files to override prompt
...
This defines the default prompt variables ($PrePrompt, $PostPrompt,
$CmderPrompt, and $Prompt) before running the custom scripts (user-profile.ps1
and profile.d/*.ps1), and then saves those prompt values after running the
custom scripts. This gives the custom scripts and opportunity to override the
prompt code blocks.
This now opens the possibility for profile.d/*.ps1 scripts to affect the
prompt, and also allows both user-profile.ps1 and profile.d/*.ps1 scripts to
overwrite the $Prompt script block and overwrite the prompt behavior entirely.
2017-03-08 14:14:35 -06:00
Benjamin Staneck
963a5a8be6
⬆️ Update Git to v2.12.0
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.12.0.windows.1
2017-03-01 04:01:24 +01:00
Benjamin Staneck
f04a4e4846
Merge pull request #1268 from mateusmedeiros/patch-1
...
Fix typo in config/Readme.md
2017-02-21 19:38:34 +01:00
Mateus Medeiros
50ed66894f
Fix typo in config/Readme.md
...
The file config/Readme.md refers to the "user-profile" files with "_" instead of "-". This commit fixes that.
2017-02-21 12:04:10 -03:00
Benjamin Staneck
2bb5ce0986
Merge pull request #1252 from glucas/issue-1245
...
Fix #1245 : Allow alias value to contain '=' characters
2017-02-10 01:08:06 +01:00
Greg Lucas
3b7a24b20a
Fix #1245 : Allow alias value to contain '=' characters
2017-02-09 13:53:39 -05:00
Benjamin Staneck
81d83d4c6d
⬆️ Update Git to v2.11.0.3
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.11.0.windows.3
2017-01-16 08:53:56 +01:00
Benjamin Staneck
61849dc7fd
⬆️ Update ConEmu to 161206 (stable)
...
Changelog: https://conemu.github.io/blog/2016/12/06/Build-161206.html
2016-12-08 22:53:08 +01:00
Benjamin Staneck
9f2c0e4001
Merge pull request #1189 from knaos/master
...
Documented some undocumented tab related shorcuts
2016-12-06 13:02:01 +01:00
Atanas Kaynarov
4195b5b0ed
Documented some undocumented tab related shorcuts
2016-12-06 12:39:03 +02:00
Benjamin Staneck
02f1ff12a6
update changelog
2016-12-02 00:12:37 +01:00
Benjamin Staneck
7447e00aec
⬆️ Update Git to v2.11.0
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.11.0.windows.1
2016-12-01 21:06:29 +01:00
Benjamin Staneck
84202729fb
Merge pull request #1169 from cmderdev/development
...
Development
2016-11-19 23:41:54 +01:00
Benjamin Staneck
70b0666f11
⬆️ Update Git to v2.10.2
...
Release notes: https://github.com/git-for-windows/git/releases/tag/v2.10.2.windows.1
2016-11-19 23:40:05 +01:00
Benjamin Staneck
14f3361429
⬆️ Update ConEmu to 161022 (stable)
...
Changelog: https://conemu.github.io/blog/2016/10/22/Build-161022.html
2016-11-19 23:39:07 +01:00
Benjamin Staneck
d7f0407300
Merge pull request #1157 from winks/winks-patch-1
...
Fix typo in init.bat
2016-11-10 18:13:08 +01:00