Project

scriptty

0.01
No commit activity in last 3 years
No release in over 3 years
ScripTTY is a JRuby application and library that lets you control full-screen terminal applications using an expect-like scripting language and a full-screen matching engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Introduction¶ ↑

ScripTTY is a library for JRuby that lets you write scripts to control full-screen terminal-based applications.

Terminals supported¶ ↑

Limited DG410 and XTerm support.

Requirements¶ ↑

  • JRuby

  • Treetop

  • Multibyte

Known issues¶ ↑

Glassfish SocketChannel.keyFor bug¶ ↑

There is a known bug in the JDK that causes SocketChannel.keyFor to behave erroneously under some versions of Glassfish. (Glassfish versions 2.1.1 and 3.0 or later are not affected.) A possible workaround for v2.0 is to add the following to the appropriate section of your Glassfish config/domain.xml file:

<jvm-options>-Dcom.sun.enterprise.server.ss.ASQuickStartup=false</jvm-options>

See the following pages for more information:

License¶ ↑

Copyright © 2010 Infonium Inc.

ScripTTY is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ScripTTY is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ScripTTY. If not, see <www.gnu.org/licenses/>.