atom-terminal icon indicating copy to clipboard operation
atom-terminal copied to clipboard

Mac - atom-terminal:open

Open karthikeyan-murugan opened this issue 9 years ago • 7 comments

atom-terminal:open-project-root works. But Command "atom-terminal:open" and Shortcut doesn't work "ctrl-shift-T" in Mac.

karthikeyan-murugan avatar Dec 26 '15 05:12 karthikeyan-murugan

+1

itsazzad avatar Feb 01 '16 19:02 itsazzad

+2

paperboy-root avatar Mar 22 '16 10:03 paperboy-root

+1

NicolasGraph avatar May 19 '16 08:05 NicolasGraph

If "doesn't work" is referring to how atom-terminal:open doesn't open the terminal at the folder of the target file, I concur (using OS X 10.11.5 and Atom 1.8).

In the meantime, I've found an alternative package -- open-terminal-here -- that accomplishes this task. Might be able to incorporate its code for atom-terminal.

dannguyen avatar Jun 21 '16 11:06 dannguyen

Happens the same here in Windows.

The atom-terminal:open command is "activated" once the atom-terminal:open-project-root is used at least one time. After that, the open command works like a charm.

nahuelhds avatar Jul 04 '16 13:07 nahuelhds

@dannguyen's suggestion worked straight away. atom-terminal didn't work at all.

imperator99 avatar Jul 14 '17 02:07 imperator99

Similar Story ctrl-shift-T seems to have no effect on Mac. Key Binding Resolver shows that atom-terminal:open is called.

However, I only see a logging message in the developer Console for alt-shift-T which logs atom-terminal executing: "Terminal.app"

However the terminal application is not launched at any point. Atom: 1.33.1 MacOS: 10.14.1

TheMatt2 avatar Jan 02 '19 23:01 TheMatt2