romgrk / termrk

Terminal for atom, using pty.js & term.js
MIT License
33 stars 7 forks source link

Termrk do not start at cwd #23

Closed v3ss0n closed 9 years ago

v3ss0n commented 9 years ago

Choosing CWD make Termrk starts in Home directory , not current file's directory.Project or Home setting works.

Does CWD means directory where atom is started or directory of current file ?

romgrk commented 9 years ago

It uses process.cwd. Normally, it should always be the same as project.getPaths()[0], I added it just in case it might someday differ. I will change the title and add an option for starting a session in current file's directory.

romgrk commented 9 years ago

startingDir option has been updated, it now spawns sessions in current file's dir.

v3ss0n commented 9 years ago

Thats soo awesome!