Termination
Termination copied to clipboard
[Feature] Remember your terminals
There is the Project Manager it would be nice if I could create a default set of terminals and open them automatically when the project opens.
Save the name, the color and minimize them by default.
Thanks @stillworks. It's not something I want to implement just yet, but I've added to our "might-implement/long-term" ideas category. :smile:
I was thinking of something similar. Whenever Atom would be opened on a project, default tabs are opened which by default would run predefined commands.
@Drabc @stillworks how do you envision this working? The terminals are saved on a per-project basis? And where would you think is best to save them? A “save current editors” button or something in the settings? Let me know, I may look into this!
Sent with GitHawk
@djpeach It has been a while, but my scenario is that I develop using Vagrant. I usually run commands like vagrant up && vagrant ssh
when I open the project. What I see is, in the settings, being able to specify tabs to open with some command(s) like the ones mentioned above.
In terms of where to save the settings, I can see a file being saved in the project folder or saving the settings internally with a folder/project mapping.