23 projects tagged "Terminals"
MacTerm (formerly MacTelnet) is a complete terminal emulator for Mac OS X, for use with local or remote applications. It is also available for Classic Mac OS as a remote-only shell. It supports VT100, VT102, VT220, and parts of XTerm and ANSI, UTF-8 and other character sets, very accurate rendering of CP437 for use in BBS games, regular or tabbed windows, a full screen mode that works on up to two displays, dynamic search, powerful macros for entering text, running commands, and opening URLs, extensive preferences, including a flexible coloring and formatting system, Workspaces that spawn commands and auto-arrange windows, Growl notifications, text capture, floating keypads for control keys, and much more.
Time Based Text allows the user to include more information in written text by saving the time delta between keystrokes and offering a way to reproduce it exactly how it has been written. It offers a protocol and reference implementation that is easily embeddable in applications using text-based human communication. The idea behind it is that email systems as well poetry and literature may benefit from a time-based approach to text. It comes with a portable C++ reference implementation to generate TBT messages and save them in HTML and DokuWiki (JSON), a Website to upload and exchange TBT poetry, plus various advanced TBT implementations in Javascript, Python, and Perl.
Exscript is a scripting language for automating network connections over protocols such as Telnet or SSH. It is in some ways comparable to Expect, but has some unique features that make it a lot easier to use and understand for non-developers. It supports parallelization, logging, authentication mechanisms, and a lot more.
ssh-multiadd adds multiple ssh keys to the ssh authentication agent. These may use the same passphrase. When run without arguments, it adds $HOME/.ssh/identity and $HOME/.ssh/id_dsa. Alternative file names can be given on the command line or in the configuration file. It uses ssh-askpass if necessary. Unlike ssh-add, if any of the keys use the same passphrase, you will only need to enter each unique passphrase once, and keys that are already added will not be prompted for again.
Proportional Font Terminal is a version of Ajaxterm hacked to use Web-optimized proportional fonts. This allows terminal users to have the same kind of proportional fonts that have all but displaced monospace fonts for mainstream Web use because they offer simply better usability.
Natural CLI is a Java library that provides developers with an easy way to use human readable command line interfaces. This means that your software can understand easy command lines like "$acme start daemon mailservice", "$acme send file /tmp/pau.jpg to friend", or "$acme start backup in 10 minutes". Command lines are very easy to define.