bus-stop / Termination

Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
https://atom.io/packages/termination
MIT License
86 stars 7 forks source link

Programatically Execute Command #79

Open lukecrum opened 6 years ago

lukecrum commented 6 years ago

Hello, I was looking to programmatically execute a command in Termination. Basically I'm writing a small package that allows some basic commands to be easily accessible in atom and having the output displayed in the terminal window. I've been able to open the window up programmatically but have had no luck inserting a command in the window. Any help would be greatly appreciated!

djpeach commented 5 years ago

Is this still something you are looking into? @lukecrum

Sent with GitHawk

CyberPi commented 5 years ago

This is interresting for me as well. I wanted to write an addition for the tool-bar to execute the docker-machine and eval commands. I know that there is an option to make auto commands on shell startup, but I wanted to have a better control over this kind of stuff.