a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: Attach/detach from interactive processes across the network
detachtty lets you run interactive programs non-interactively, and
connect to them over the network when you do need to interact with
them. It's designed for long-running Lisp processes. Unlike screen,
it works in emacs comint modes, and unlike qcmu, it deals correctly
with passing on a SIGINT sent to it. Needs ssh for operation over the net.
Description: Utility to connect to detached interactive programs
Detachtty lets you run interactive programs non-interactively, and
connect to them over the network when you do need to interact with
them. It is somewhat similar to screen, but it is less feature-rich,
therefore lighter and with less dependencies. It allows one to
connect to programs running on remote hosts by mean of secure SSH
connections.
--- 1653 Thu Jan 1 00:00:00 1970
+++ 259618 Thu Jan 1 00:00:00 1970
@@ -1,6 +1,7 @@
-Attach/detach from interactive processes across the network
- detachtty lets you run interactive programs non-interactively, and
+Utility to connect to detached interactive programs
+ Detachtty lets you run interactive programs non-interactively, and
connect to them over the network when you do need to interact with
- them. It's designed for long-running Lisp processes. Unlike screen,
+ them. It is somewhat similar to screen, but it is less feature-rich,
- it works in emacs comint modes, and unlike qcmu, it deals correctly
+ therefore lighter and with less dependencies. It allows one to
- with passing on a SIGINT sent to it. Needs ssh for operation over the net.
+ connect to programs running on remote hosts by mean of secure SSH
+ connections.