jeremyramin / terminal-plus

A terminal package for Atom, complete with themes and more.
https://atom.io/packages/terminal-plus
MIT License
481 stars 254 forks source link

command shortcut #125

Open tomjamon opened 8 years ago

tomjamon commented 8 years ago

Hello,

It could be nice to be able to add some shortcuts Like : ssh -A user@00.00.00.00 -p 000 (Open a new tab and execute the command.)

jeremyramin commented 8 years ago

Custom atom commands have been an idea in the making. Not on the public todo list but on my personal one. Linking this with issue #34 so I can notify you when this is available.

bdtomlin commented 8 years ago

Just started using atom (from vim) and I'm so glad I found terminal plus. Thanks for your great work.

I have an initial implementation #204 of the command shortcut / custom commands feature. Please take a look and let me know what you think. I would love to get this in the main branch because it is so useful for me.

Basically, you have a terminal-plus-commands.cson file in your atom config directory and that's all it takes.

Let me know if you have any changes or suggestions to help me get this in feature in. Once we have finalized I will add to the documentation as well.