Skip to content

Adds a shortcut to Tree View - Open MSYS Here in the context menu

License

Notifications You must be signed in to change notification settings

econwang/atom-open-msys-here

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open MSYS Here

This is a fork of Ziya SARIKAYA's open-conemu-here package. Since open-conemu-here does not provide a runtime choice of ConEmu Tasks, it not convenient to change the task only via package setting (extraArguments) every time when you want to choose different tasks.

The open-msys-here is nothing but another open-conemu-here package, but with open msys within ConEmu as default, with the help of msys terminal connector.

Install and Configure

  1. Unzip the package to atom library.
  2. Setup a MSYS Task in ConEmu as:
set CEMDIR=%ConEmuWorkDir% & cmd /k C:\msys\bin\conemu-msys-32.exe
  1. Change the cd "$HOME" of MSYS's profile as
if [ -n "$CEMDIR" ]; then
  CEMDIR1=$(echo "$CEMDIR" | sed -e 's/\\/\//g' -e 's/://')
  cd "/$CEMDIR1"
else
  cd "$HOME"
fi

Note that we can not change the startup dir of MSYS by default, so we introduce the macro "$CEMDIR".

Bugs

If you encounter a bug, performance issue, or malfunction, please add an Issue with steps on how to reproduce the problem.

License

Code and documentation are available according to the MIT License.

About

Adds a shortcut to Tree View - Open MSYS Here in the context menu

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%