Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Cmder

We build the console emulator cmder and supporting tools.
Collective - Host: opensource - https://opencollective.com/cmder - Website: https://cmder.app/ - Code: https://github.com/cmderdev/cmder

Update README.md

link to the appyevor project

github.com/cmderdev/cmder - 2b047e86837dfa48f905db742e66ac9603fdae44 authored over 8 years ago
Set window title to current folder unless there's git information.

Unfortunately doesn't apply to conEmu's tab name.

github.com/cmderdev/cmder - 010049a849bc0c46d5a7340c98477898c5378961 authored over 8 years ago
Disable history switching behavior of ctrl+tab. Sequential switching.

github.com/cmderdev/cmder - 91c0d310f2c6c631eb3ebbf5e06d45014cddc4bf authored over 8 years ago
Support spaces in package names to extract

github.com/cmderdev/cmder - 43af717d4418b7bf0f67681747e2eb500480e924 authored over 8 years ago
Merge pull request #962 from Jackbennett/PS-register

Register cmder in the context menu from powershell

github.com/cmderdev/cmder - 7a37d37a4e02c91f54d15a15bf6f51951f3047fe authored over 8 years ago
Remove the Registry hive after making the changes

github.com/cmderdev/cmder - a07062d10dc73508cfad709044751add84753ab1 authored over 8 years ago
Quiet the function output of useless information

github.com/cmderdev/cmder - 2d812f1d02b9db2a304bd9bdcf478c4c287d3f43 authored over 8 years ago
Add unregister function, Add 'Background' Registry keys

Adding the registry keys that match the c++ code in the cmder.exe call
/REGISTER ALL and /UNREGI...

github.com/cmderdev/cmder - 49cc35bccfb9431942f65c739c894c1b8fe5505f authored over 8 years ago
Indent parameters for Path clarity

github.com/cmderdev/cmder - 67de97a492c9389f95499db38f9474a1c20ec585 authored over 8 years ago
Use checkGit to hold the git state. Import posh-git at the last minute.

Import-Git now finds if the module isn't installed at all and alerts the
user. But only when in ...

github.com/cmderdev/cmder - 7a0a1adc02afcbefeedd26323288b6b0b182f95d authored over 8 years ago
If you start doing remote work you can fire off your own start-sshAgent command.

github.com/cmderdev/cmder - 76b2ed510d6cabc645ebcba5ece9e497532033ec authored over 8 years ago
Update ConEmu to 160515

github.com/cmderdev/cmder - 7ca9d8e9d689651e6ffad35344dcfb5096f218e1 authored over 8 years ago
Custom prompt hooks protected from later overwriting

Add a pre and post function hook around the Cmder prompt.
Specify the cmder prompt as a function...

github.com/cmderdev/cmder - 31c8c620c7fa60580fe74149c28302d3ed16283c authored over 8 years ago
Merge pull request #945 from daxgames/fix_aliases_update

Added :verbose-output subroutine, made aliases update more functional

github.com/cmderdev/cmder - 61e795c02d1e028a9e02e41174f699e9b8db06cc authored over 8 years ago
Merge pull request #946 from vladimir-kotikov/patch-4

Update clink-completions to 0.3.0

github.com/cmderdev/cmder - f652d301e7dc75488db16d52bf687e809d9b18fc authored over 8 years ago
Update completions to 0.3.0

github.com/cmderdev/cmder - a286e52a449e4ac4522d062d2772af4860752675 authored over 8 years ago
allow setting verbose-output variable outside init.bat

github.com/cmderdev/cmder - c49c27fb88606176b5174d88a9f2a1312b54951c authored over 8 years ago
Added :verbose-output subroutine, made aliases update more functional

github.com/cmderdev/cmder - e212ee36a219354f3b348869ff466cdd44d61315 authored over 8 years ago
Merge pull request #943 from daxgames/fix_git

fixed git not working in cmder cmd session and added some comments

github.com/cmderdev/cmder - fc7f1ca3dcfcf82f1b53fafaa70d6e7e856d6efd authored over 8 years ago
fixed git not working in cmder cmd session and added some comments

github.com/cmderdev/cmder - 537c658eb4bdf7c913f70baa5143009333530595 authored over 8 years ago
Update Git to 2.8.2

Release notes: https://github.com/git-for-windows/git/releases/tag/v2.8.2.windows.1

github.com/cmderdev/cmder - 4e9882eea429166997793d89654118a380df28a1 authored over 8 years ago
Merge pull request #941 from janschulz/init.bat

More variable quoting in init.bat

github.com/cmderdev/cmder - d4339ae5262194d7970617bf270f54627b6c3242 authored over 8 years ago
More variable quoting in init.bat

There were problems when a path contained a parenthesis like `C:\temp\test (test)\`

As a precau...

github.com/cmderdev/cmder - 055a974257efe088e8e899ef8463f88c01e15299 authored over 8 years ago
Merge pull request #940 from janschulz/init.bat

Add quotes around all variables

github.com/cmderdev/cmder - 05fb4368cc4473866e8d68948674bb42c870f477 authored over 8 years ago
Add quotes around all variables

This should prevent errors like
https://github.com/cmderdev/cmder/issues/935
https://github.com/...

github.com/cmderdev/cmder - 1bf5503bead59dc0eba0f079378aaaea30438793 authored over 8 years ago
Merge pull request #916 from liftir/patch-1

Fix missing "\" when building dirpath to psmodules

github.com/cmderdev/cmder - b47d04f75cbc5151d40f368b94c4dd9cb76b382c authored almost 9 years ago
Fix missing "\" when building dirpath to psmodules

Join-Path won't add "\"'s without the use of a delimeter. In this case there is no delimiter an...

github.com/cmderdev/cmder - 6978bb7417293119a4769de3ffc744a71e1cb14f authored almost 9 years ago
Merge pull request #865 from janschulz/where_is_git

better git path handling

github.com/cmderdev/cmder - 7eb7255741661623737913f42936315c878f17bc authored almost 9 years ago
Remove @ in new code, echo off is enough

github.com/cmderdev/cmder - 6c6268e968ae4549b9e6389a0636ccc0bbfc9601 authored almost 9 years ago
init.bat: remove GIT\bin from path

The only reason was bash but bash.exe is also in <GIT>\usr\bin.

github.com/cmderdev/cmder - fbccc6b7906b642f0633a9f5375b3efa89088af1 authored almost 9 years ago
init.bat: integrate the unix commands at the end of PATH

Some unix commands shadow windows commands and therefor the unix commands should
be at the end o...

github.com/cmderdev/cmder - 2ccc06e63930ece3cf0df1313d48fb2a1847a5b9 authored almost 9 years ago
PS: also add cmd and bin version of git to the path

This ensures that the "normal" path entry (cmd) is first and bash is still reachable via the bin...

github.com/cmderdev/cmder - 1e7f15100f43c389defef5af0fee83ff4c0c504b authored almost 9 years ago
init.bat: check for git in path

The idea is:
* if the users points as to a specific git, use that
* test if a git is in path and...

github.com/cmderdev/cmder - 182629d59a763609f59240bd55fc6851b572c0be authored almost 9 years ago
Merge pull request #911 from daxgames/git_2.8.1

upgraded git to 2.8.1

github.com/cmderdev/cmder - fc963b1342e5eef121913f2ff0bac29972fd2e1c authored almost 9 years ago
upgraded git to 2.8.1

github.com/cmderdev/cmder - 24b1bb93c016cbfdff505ff0a5ef98d794695613 authored almost 9 years ago
Merge pull request #909 from daxgames/http_proxy

Added proxy support

github.com/cmderdev/cmder - 528d0ce734bb36a61b65f0766d9f9d21a1740fe2 authored almost 9 years ago
Added proxy support

github.com/cmderdev/cmder - 5068188059e30142c8c6512e58756f8c13426eb0 authored almost 9 years ago
:arrow_up: ConEmu@160328

Changelog: https://conemu.github.io/en/Whats_New.html

github.com/cmderdev/cmder - 5a1f81655f4c85a3ecb113cffe8fc753f245353f authored almost 9 years ago
:arrow_up: [email protected]

Changelog: https://github.com/git-for-windows/git/releases/tag/v2.8.0.windows.1

github.com/cmderdev/cmder - 07ed31c0a16b892b7c0ae77047894943a9f1bb80 authored almost 9 years ago
Merge pull request #892 from daxgames/fix_aliases

fixed - not running user-aliases.cmd if aliases variable is overridde…

github.com/cmderdev/cmder - f9d0050c67fb4b91b2dbbe3d103588cac465c163 authored almost 9 years ago
fixed - not running user-aliases.cmd if aliases variable is overridden in profile.d

github.com/cmderdev/cmder - 86dd077b9d4fd9264551f53b5b3de43021054700 authored almost 9 years ago
Merge pull request #862 from daxgames/better_aliases

Enhanced alias.bat to allow file storage path

github.com/cmderdev/cmder - d5a1ce628c9ed7d505f5e4e8632d74b7d44cb6dd authored almost 9 years ago
synced with upstream/development

github.com/cmderdev/cmder - b86f3fbaffc0ad564aeab1a2003dcb8ced8ad036 authored almost 9 years ago
Add changelog

github.com/cmderdev/cmder - 160fbad621f33fe3c2d1e61d86ef42097ba3dace authored almost 9 years ago
Merge pull request #890 from cmderdev/development

Merge latest Development

github.com/cmderdev/cmder - 68743a8742397bb218d84836fba8baa4f17aff02 authored almost 9 years ago
Merge pull request #723 from cmderdev/release-1.3

Release 1.3

github.com/cmderdev/cmder - 73f9400aa82e1535bd2fe5cba7cc2445d855a522 authored almost 9 years ago
:arrow_up: [email protected]

Changelog: https://github.com/git-for-windows/git/releases/tag/v2.7.4.windows.1

github.com/cmderdev/cmder - 3ca847fc424549947e2f926a3a0d5f35d0470a53 authored almost 9 years ago
:arrow_up: [email protected]

Changelog: https://github.com/git-for-windows/git/releases/tag/v2.7.3.windows.1

github.com/cmderdev/cmder - 0de643be4260259ef451aa3677b8d9def8e003a2 authored almost 9 years ago
Fix PSReadline clearing directory prompt.

If user has PSReadline and is using it be sure to clear 1 less line to prevent the directory pro...

github.com/cmderdev/cmder - 05c113efeece89136ca2b95dd9ae514bc49b19b5 authored almost 9 years ago
Merge pull request #866 from JanSchulz/revert_set_cmderstart

Revert "Set CMDER_START to homeprofile"

github.com/cmderdev/cmder - 7d2197086e13d0eeab0b0e4ef4e7920b303c12ca authored almost 9 years ago
Merge pull request #874 from daxgames/process_profile.d_sooner

Process profile.d scripts before adding user aliases

github.com/cmderdev/cmder - 964f18c66c9b29245e4eeac61e6868e01c17875e authored almost 9 years ago
Process profile.d scripts before adding user aliases

github.com/cmderdev/cmder - 01667a5bf0c675b94184956c7a0c86754418f96a authored almost 9 years ago
synced with upstream/development

github.com/cmderdev/cmder - 3085fca9e04035bd6f4b43b2d2a1187ae1f2074e authored almost 9 years ago
Merge pull request #873 from daxgames/echo_off

Prefer use of first line @echo off vs. @ per line to turn off echo pe…

github.com/cmderdev/cmder - 06c6e5fdb6051b78d67e4a0ec23977b6eb8f08e3 authored almost 9 years ago
Prefer use of first line @echo off vs. @ per line to turn off echo per line. - Cleaner file, no side efects

github.com/cmderdev/cmder - 0f4292aa08a7f9b2496e592d4f088a6b4e36bb1a authored almost 9 years ago
Merge pull request #872 from daxgames/fix_bash_profile.d

silenced bash profile.d when profile.d is empty

github.com/cmderdev/cmder - 72876f41e2cedd2691c7fded592c7f355b8fda58 authored almost 9 years ago
silenced bash profile.d when profile.d is empty

github.com/cmderdev/cmder - 722f8b77453d4cead391e1ccbbaa069b3e9a8b92 authored almost 9 years ago
Merge pull request #867 from daxgames/cmd_profile.d_fix

Various fixes for profile.d support

github.com/cmderdev/cmder - df768f3c5e6eba31d045d6ca5770aa56f0c55aeb authored almost 9 years ago
fixed vendor\profile.ps1 profile.d - added post popd

github.com/cmderdev/cmder - 8dbbb902d989e324590f7c9fa6b8069e63825d53 authored almost 9 years ago
silence profile.d if profile.d is empty

github.com/cmderdev/cmder - d6eec2f3a5000e69b1e14a9d724cb429576bed8c authored almost 9 years ago
added fully qualified path to cmd profile.d section

github.com/cmderdev/cmder - 32c1d4028ad28372a4a4aadfdaa6ddd86fec4898 authored almost 9 years ago
Revert "Set CMDER_START to homeprofile"

This reverts commit 728e83a85bea6ad7b4ddda0b960c443e3ef9f737.

The problem with *always* setting...

github.com/cmderdev/cmder - c904676cf4afdbe856d6dabee39427be868598cc authored almost 9 years ago
Enhanced alias.bat to allow file storage path

github.com/cmderdev/cmder - 997bd5c24ef79394c0451ff0165f43149910aaa8 authored almost 9 years ago
Merge pull request #860 from daxgames/fix_cmd_plugin.d

Fix cmd plugin.d

github.com/cmderdev/cmder - a74fdd2b684e378658c8722a24743f8bc8cc192e authored almost 9 years ago
fixed cmd profile.d support

github.com/cmderdev/cmder - 8a5c58e626f6cd2a3397ea1342cda0b1c8a8b32c authored almost 9 years ago
added config/profile.d

github.com/cmderdev/cmder - bf75f70181c800bc01ed6e3e3225588fbde9b2a9 authored almost 9 years ago
Merge pull request #740 from daxgames/cmder_exinit

Cmder exinit

github.com/cmderdev/cmder - 8fa151d1dbb31e6bb625d9d6da4e917c3fd06522 authored almost 9 years ago
Merge pull request #855 from daxgames/profile.d_support

Added profile.d like support for all supported shells

github.com/cmderdev/cmder - 33d6f11e878a987d27e19bec992f2b442cff219f authored almost 9 years ago
Fixed profile.d table

github.com/cmderdev/cmder - 434d6f2996613e43e35647975caa98a6e968abeb authored almost 9 years ago
Merge branch 'development' of https://github.com/cmderdev/cmder into profile.d_support

github.com/cmderdev/cmder - 59e4a1684b51f69009292c79c4b62997a96ace66 authored almost 9 years ago
Fixed profile.d support for bash

github.com/cmderdev/cmder - 361a8eae66fb74ade18c403c9fe4885bee1eee77 authored almost 9 years ago
Added bits about MinGW integration status

github.com/cmderdev/cmder - 727d6a6abd7917bb0b6854edf6441aa75b027e75 authored almost 9 years ago
Fixed and added zsh shell capability

github.com/cmderdev/cmder - 9e7f860e2d34b5e73704dcb8b68d9534d37b7d9a authored almost 9 years ago
Added details on integrating external *nix like env

github.com/cmderdev/cmder - 6cf62dcdc72a1b6c22419b6183dea6ee381e6588 authored almost 9 years ago
added profile.d stuff

github.com/cmderdev/cmder - 79f8560a24af9fae74f9c1fc594397db1bfe1b3f authored almost 9 years ago
Merge branch 'development' of https://github.com/cmderdev/cmder into cmder_exinit

github.com/cmderdev/cmder - 4245608e6d5f36c13e09d80573481f32c945f74e authored almost 9 years ago
Added profile.d like support for all supported shells

github.com/cmderdev/cmder - 0a6b79b9edfb2a48d884e0145b0e9ab47f9e3026 authored almost 9 years ago
Merge pull request #852 from JanSchulz/patch-1

Typo in Readme.md

github.com/cmderdev/cmder - 85ce629dde1f867ee03b4566e85e33e9c4414b5e authored almost 9 years ago
Typo in Readme.md

github.com/cmderdev/cmder - 78ea063fb0b3e10d2af0b862ddbe6a0a71335afa authored almost 9 years ago
Merge branch 'development' into cmder_exinit

github.com/cmderdev/cmder - a99d27a7e16ccc40f64e72746e5f222c5c136539 authored almost 9 years ago
Merge pull request #837 from JanSchulz/appveyor_badge

Add appveyor batch to README

github.com/cmderdev/cmder - 289126f8700910b751aca7a8443af4cc683cfa74 authored almost 9 years ago
Merge pull request #831 from cmderdev/development

1.3 Pre-Release Merge

github.com/cmderdev/cmder - e1eed7a0f18ff922b4d1ddadd748aba76965bd48 authored almost 9 years ago
Merge pull request #841 from gpakosz/clink-git-prompt

Fixed get_git_dir() to take submodules into account. Fixes #833

github.com/cmderdev/cmder - c3042909e0a0f327c4ab4074b6a4d078b2c6dfdc authored almost 9 years ago
Fixed get_git_dir() to take submodules into account. Fixes #833

github.com/cmderdev/cmder - 64d981e470da827b95e13fc873a0e0e98d5502f9 authored almost 9 years ago
Add appveyor batch to README

This is mainly to point people to newer builds of cmder and is therefore to be
merged into the m...

github.com/cmderdev/cmder - 3fab0c122cc4a5c50c8ba81164903d4c26d9c637 authored almost 9 years ago
Merge pull request #835 from gpakosz/git-prompt-submodules

Fixed checkGit() in case of submodules

github.com/cmderdev/cmder - 9ace64f6dc684ab1980cda40ef1d993e26791ccf authored almost 9 years ago
Fixed checkGit() in case of submodules

Since Git 1.7.8, submodules don't contain a .git/ folder anymore.
Instead, the submodule directo...

github.com/cmderdev/cmder - 95bbb8edbb0d9943772786f130d72d2c93ccd632 authored almost 9 years ago
Better defaults for window size.

Should now just be a 120x30 at the 500x500px position and saves size
and position on close.

github.com/cmderdev/cmder - 842394300f181b045e461044e11c96bfcfa243e8 authored almost 9 years ago
Build on tags

For releases.

github.com/cmderdev/cmder - 26e6d803645177dc55e3a32ad650838a7f514e2b authored almost 9 years ago
Set CMDER_START to homeprofile

This is to set CMDER_START to home when no directory is given.

This is to ensure it is set even...

github.com/cmderdev/cmder - 728e83a85bea6ad7b4ddda0b960c443e3ef9f737 authored almost 9 years ago
Latest 3rd party updates.

github.com/cmderdev/cmder - 95f6096a452abeec4b72bcc24ba514ce15a2b493 authored almost 9 years ago
Merge pull request #771 from cmderdev/development

Merge latest development

github.com/cmderdev/cmder - b17db6930abf5e03351cb51c2ec03ab603d99a6c authored almost 9 years ago
Merge branch 'development' into release-1.3

github.com/cmderdev/cmder - d97bc4ca6911c5ddeae967720e2ab11cbde2e799 authored almost 9 years ago
Merge pull request #804 from cmderdev/buildscriptchange

Fix build script not exiting on msbuild failure.

github.com/cmderdev/cmder - 914ddb820786774a88d2880bf594a5ae9e3433df authored almost 9 years ago
Merge pull request #803 from cmderdev/MartiUK-patch-1

Set tasks to always use CMDER_START

github.com/cmderdev/cmder - 7962edac56f4843f325eef61384ecea5217a57b9 authored almost 9 years ago
Bring variable into line

github.com/cmderdev/cmder - 97cae2bdc7970558708903851a25d14bc82442f1 authored almost 9 years ago