Commit Graph

56 Commits

Author SHA1 Message Date
Dax T Games
49da3745bc Fix #1806 #1675 (#1870)
## Rename user-profile.* user_profile.* to resolve #1806, #1675

* This is a backward compatible fix and will automatically and silently rename users '%cmder_root%/config/user-profile.\*' to '%cmder_root%/config/user_profile.\*' and '[user_specified_config_root]/user-profile.\*' to '[user_specified_config_root]/user_profile.\*' if the sources exist.

  * Cmder.exe does this for cmd.exe sessions.
  * The init scripts for bash and Powershell handles it for these shells
2018-09-01 00:02:56 +02:00
David Refoua
08e1244fe5 fix some spelling issues 2018-08-30 15:22:28 +02:00
Thorsten Sommer
431c6300e5
Fixed spelling 2018-06-10 12:40:37 +02:00
Aaron Arney
34554d6b08 Update README
Add formatting to code, path, and executable identifiers to promote readability/scanability.
2018-05-31 14:35:43 +02:00
David Refoua
36403df91e Updates issue template, notes on README.me and fixes line ending (#1751)
* add integration notes, refined docs

* change img size

* verbose issue template

* move docs from README to WIKI

* increased politeness factor by 10%
2018-05-04 00:29:25 +02:00
Dax T Games
471369f73b Made all sub-routines in init.bat importable libs (#1706) 2018-03-23 15:20:07 +01:00
Dax T Games
997e799138 New cmder.exe args and shared install capability (#1696)
@MartiUK: Squashing to avoid adding multiple "fixed" commits

* add args to init.bat

* adding args to cmder launcher

* reworked command line parsing and added a /C [path] arg for individual user config location

* removed unnecessary includes

* make shell init scripts work with CMDER_USER_CONFIG

* update tasks and readme.md

* fix git version check

* readme updates

* add register/unregister back in

* fixed git version again

* removed error if user defines user-aliases store file was not present an init.bat launch

* added enhance_path method to only update path if required

* added enhance_path method to only update path if required

* fixed a path prepend issue in enhance path

* init.bat with args is executed outside cmder/conemu sets cmder_root properly. Thanks @DRSDavidSoft

* fixed enhance path append issue

* implements recursive `/bin` path enhancing.

https://github.com/cmderdev/cmder/issues/1624

* added max depth

* changes command line arg to max_depth

* set max_depth default

* readme.md updates

* add back cmder /c [path] arg so it can be used with admin sessions since the env is not shared.

* readme.md updates

* fix /c setting of cmder_user_config

* changelog and readme

* remove bad arg

* fixed command line parsing and updated command line help on error

* Fixed ConEmu.xml file handling so it works again

* Added default user config root location if '/c' is specified and next arg is not another arg
2018-03-13 16:38:27 +01:00
David Refoua
8237b1010c Detect and compare installed Git version against vendored Git (#1658)
* Replaced the git version comparison mechanism with actual version comparing
* Add notes regarding the git comparison method

Added a simple mechanism to call and compare the user installed git version against the vendored git version, rather than checking if the `git.exe` executable is located in a `/bin` directory.

This fixes false warnings by actually testing if the user installed git is older, or more recent.

Added a small note regarding how the `init.bat` works, and where to put custom `git.exe` binaries as well as where to find the Minified Cmder.
2018-02-22 19:20:08 +00:00
Dax T. Games
ba610f5f7b fixes 2017-12-15 22:37:08 +01:00
Dax T. Games
7930c9bfe5 Add upgrade steps to README.md 2017-12-15 22:37:08 +01:00
Angly Cat
dcf22af3c8 Remove startup directory overrive switch from command in README.md 2017-10-28 14:21:12 +02:00
Joseph Caudle
a5eb4d7b4f Add documentation about Program Files
cmder should not be installed in `C:\Program Files` because it would need Administrator privileges to update configuration. This commit adds documentation to the installation instructions as described in #1200.
2017-08-30 03:36:36 +02:00
Benjamin Staneck
d88f1b0a97 Point to the artifacts on the master branch 2017-08-29 03:58:30 +02:00
Dax T Games
a34e17f2bd Doc updates
For profile/alias settings scripts, what loads them, and load order.
2017-07-28 03:35:37 +02:00
Benjamin Staneck
02366fdc7e Update README.md
fix AppVeyor badge
2017-04-07 06:14:35 +02:00
Atanas Kaynarov
4195b5b0ed Documented some undocumented tab related shorcuts 2016-12-06 12:39:03 +02:00
Werner Roets
0b43758a34 Fixed 3 typos 2016-10-30 02:57:24 +02:00
Benjamin Staneck
aa87425910 Update README.md 2016-07-04 12:34:07 +02:00
Mansuro
1b711f1f29 Minor update in README.md
Updated the keyboard shortcut to traverse up a directory structure has been changed
2016-07-04 12:31:28 +02:00
Benjamin Staneck
65014b1ce4 Update README.md 2016-07-03 02:57:46 +02:00
Benjamin Staneck
af1a4c9061 Update README.md 2016-07-03 02:44:40 +02:00
Benjamin Staneck
e5611af7be Update README.md
change badge style
2016-06-15 22:58:45 +02:00
Benjamin Staneck
2b047e8683 Update README.md
link to the appyevor project
2016-06-01 17:45:17 +02:00
Martin Kemp
68743a8742 Merge pull request #890 from cmderdev/development
Merge latest Development
2016-03-20 11:54:59 +00:00
Martin Kemp
73f9400aa8 Merge pull request #723 from cmderdev/release-1.3
Release 1.3
2016-03-20 11:54:28 +00:00
Martin Kemp
8fa151d1db Merge pull request #740 from daxgames/cmder_exinit
Cmder exinit
2016-02-29 08:11:34 +00:00
Dax T. Games
434d6f2996 Fixed profile.d table 2016-02-28 10:41:10 -06:00
Dax T. Games
727d6a6abd Added bits about MinGW integration status 2016-02-27 12:05:01 -06:00
Dax T. Games
6cf62dcdc7 Added details on integrating external *nix like env 2016-02-27 07:42:22 -06:00
Dax T. Games
0a6b79b9ed Added profile.d like support for all supported shells 2016-02-25 08:01:16 -06:00
Jan Schulz
3fab0c122c Add appveyor batch to README
This is mainly to point people to newer builds of cmder and is therefore to be
merged into the master branch.
2016-02-13 18:43:46 +01:00
Martin Kemp
d97bc4ca69 Merge branch 'development' into release-1.3 2016-02-08 19:56:47 +00:00
Dax T. Games
73f5cbdc7b README.md Updates 2015-11-28 11:12:25 -06:00
Dax T. Games
e6d2394d48 Added some documentation to the README.md file 2015-11-23 18:20:15 -05:00
Martin Kemp
86edf3cbb0 Merge master into release-1.3
Resolved Conflicts:
	.gitignore
	README.md
2015-11-20 10:45:33 +00:00
Benjamin Staneck
669bc8bfa6 Update Readme 2015-10-25 03:00:37 +01:00
Jackbennett
417051f496 Fix alt text on gitter link too 2015-10-16 13:35:34 +01:00
Benjamin Staneck
0f6441a7ee Update README.md
Update Gitter badge
2015-10-16 13:34:36 +01:00
Martin Kemp
0f68e48a7b Merge pull request #665 from cmderdev/martiuk-dev
Build from behind proxy & appveyor
2015-10-16 11:02:33 +01:00
Martin Kemp
46fed27096 Build behind proxy and appveyor.
Fixes #79. Uses Download-File function from d654a53ec43038c42344f9cdbe0abc5b8ff9b387

Create appveyor.yml

Should send build notifications to gitter as well.

Adds appveyor build status badge.

Always compile launcher for AppVeyor

This is to catch any errors that may be caused by changes to the launcher or any outside scripts.
2015-10-16 10:54:43 +01:00
Jan Schulz
48259b87ac Add a user startup file which can be modified
Up to now, init.bat would be overwritten when a user updated
Cmder. The new mechanism will create a new (mostly empty) file
for the user to enter commands which will then be executed on
each following startup.
2015-10-12 15:15:33 +02:00
Benjamin Staneck
2a26026749 Update README.md
Update Gitter badge
2015-10-12 14:30:04 +02:00
Benjamin Staneck
d68816bd11 Update readme 2015-10-12 13:29:47 +02:00
Benjamin Staneck
1f75f85b7c Merge pull request #605 from Stanzilla/bumpgit
Converting msysgit support to git-for-windows support.
2015-10-12 13:23:06 +02:00
Benjamin Staneck
24fd027cda Update ConEmo project URL 2015-10-12 13:06:50 +02:00
Jack
a9ee246241 Merge pull request #606 from pyprism/patch-1
New URL to ConEmu now hosted on github.
2015-10-07 13:01:34 +01:00
Jack Kingsman
5bcddd6b44 fix typos and better phrasing 2015-10-02 18:58:55 -07:00
Benjamin Staneck
f783cd8add fix readme 2015-09-05 00:04:51 +02:00
Benjamin Staneck
801a4ac901 update readme 2015-08-31 05:05:16 +02:00
Ashutosh Das
63d35a9760 Update README.md 2015-08-24 06:38:11 +06:00