Giter VIP home page Giter VIP logo

atom-open-msys-here's Introduction

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.

atom-open-msys-here's People

Contributors

blah238 avatar bugthesystem avatar econwang avatar oczkers avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.