Path to this page:
./
wip/detachtty,
Utility that lets you run interactive programs non-interactively
Branch: CURRENT,
Version: 9,
Package name: detachtty-9,
Maintainer: ddeus.sfDetachtty is a Unix system programming utility that lets you run interactive
programs (such as Lisp) non-interactively. Also, it allows you to connect to
them over the network when you do need to interact with them. It's intended for
use with long-running server processes running in Common Lisp implementations
If you've used screen, it's a similar concept, but more suited to traditional
scrolling interfaces whereas screen is better for full-screen (e.g.
curses-based) apps. Compared to screen, detachtty
- has no capability to swap between different screens (doesn't eat C-a)
- runs in line-at-a-time mode with no tty emulation (you can sanely use it in
emacs comint modes or from inside a script(1) session)
- has no features (less to go wrong)
- and thus doesn't need a configuration file either
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: b2cd846b1171c847c43673ee6b393f449a7c6571
Filesize: 12.778 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-09-28 23:24:30 by Aleksej Saushev | Files touched by this commit (99) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2011-02-20 21:58:40 by Oleksandr Kozachuk | Files touched by this commit (7) | |
Log message:
Import detachtty-9 as wip/detachtty.
Detachtty is a Unix system programming utility that lets you run interactive
programs (such as Lisp) non-interactively. Also, it allows you to connect to
them over the network when you do need to interact with them. It's intended for
use with long-running server processes running in Common Lisp implementations
If you've used screen, it's a similar concept, but more suited to traditional
scrolling interfaces whereas screen is better for full-screen (e.g.
curses-based) apps. Compared to screen, detachtty
- has no capability to swap between different screens (doesn't eat C-a)
- runs in line-at-a-time mode with no tty emulation (you can sanely use it in
emacs comint modes or from inside a script(1) session)
- has no features (less to go wrong)
- and thus doesn't need a configuration file either
|