purebred-mua / tasty-tmux

Terminal user acceptance testing via tmux
GNU Affero General Public License v3.0
6 stars 0 forks source link

add sendLine function #2

Closed frasertweedale closed 5 years ago

frasertweedale commented 5 years ago

A common pattern is:

sendLiteralKeys "foo bar baz"   -- we don't really need to check a condition here
sendKeys "Enter" someCondition

Implement this pattern in a sendLine function that automatically types the Enter.