Celeb Glow
news | March 25, 2026

How to open a terminal from within Atom?

I'm currently working with Atom, and sometimes I want to open a terminal on the directory my working file is. To do this, I usually have to open the folder in nautilus (right clicking the file in atom) and then I open a terminal on that directory from nautilus (right click).

I wonder if there is a way to open the terminal in the file directory without having to open nautilus first.

4 Answers

Try this package, I think it has exactly what you want.

Also, I suggest you to install term3 package. It works great for me, and I just don't have to bother with switching the windows as the terminal window is inside the atom editor.

Good luck!

2

I use the terminal-plus package to open my terminal from within the Atom text editor. You can see the package in action in this short video clip I made here: .

After installing the package, to start the terminal within Atom you can use the GUI or use cmd-shift-t on Mac or ctrl-shift-t on Windows/Linux to bring up a terminal in the editor. To spawn another terminal session you repeat the previous command.

1

An option could be Platformio IDE Terminal (terminal package for Atom).

Some ot their features are:

  • Terminal Naming
  • Color Coding
  • Sorting
  • Insert selected text

There are a lot of terminal packages you can use in Atom. The packages which I recommend are :-

  1. terminal-plus

  2. atom-terminal-panel

  3. term3

  4. atom-terminal

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy