Skip to content

Instantly share code, notes, and snippets.

@lincolnbrito
Last active November 13, 2017 17:36
Show Gist options
  • Save lincolnbrito/c67b7b58c4e0203213c06c93596baa77 to your computer and use it in GitHub Desktop.
Save lincolnbrito/c67b7b58c4e0203213c06c93596baa77 to your computer and use it in GitHub Desktop.

Shortcut to open Cmder in a chosen folder

  1. Open a terminal as an Administrator
  2. Navigate to the directory you have placed Cmder
  3. Execute .\cmder.exe /REGISTER ALL If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.

In a file explorer window right click in or on a directory to see "Cmder Here" in the context menu.

Tasks

Open Startup > Tasks

  • {bash::bash}
    cmd /c "%ConEmuDir%\..\git-for-windows\bin\bash" --login -i -new_console:d:%CMDER_START%
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment