achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

Added Abilitiy to Open a GNU Screen Session in a Tab #20

Closed hundredwatt closed 13 years ago

achiurizo commented 13 years ago

could you rebase with master again? thanks!

hundredwatt commented 13 years ago

I rebased with master and integrated my code into a dsl command. The screen command in the DSL works, but is not as flexible as the tab and window right now.

achiurizo commented 13 years ago

i can't seem to find the test code with the commits, could you include it with the request?

hundredwatt commented 13 years ago

I have not used riot for testing before. I'll try to go in and create some tests. What would be best for you?

achiurizo commented 13 years ago

riot is pretty easy to pick up, and has a similar syntax to most other testing frameworks like shoulda. you can take a look at the other tests for some examples of how it works.

achiurizo commented 13 years ago

I saw this a while back: https://github.com/jondruse/screeninator. Perhaps screen functionality is better addressed with this library instead. Thanks for the commits. If users are more vocal about screen support in terminitor, I'll reconsider adding the screen ability in terminitor, else I'd suggest looking at that library.