This package browser is in early development. Mind the rough edges.

reptyr

Tool for reparenting a running program to a new terminal

reptyr is a utility for taking an existing running program and attaching it to a new terminal. Started a long-running process over ssh, but have to leave and don't want to interrupt it? Just start a screen, use reptyr to grab it, and then kill the ssh session and head on home.

Installation

Install the latest version of reptyr as follows:

guix install reptyr

Or install a particular version:

guix install reptyr@0.10.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of reptyr about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/reptyr'><img src='https://packages.guix.gnu.org/packages/reptyr/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/reptyr/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/reptyr)

Example Org:

[[https://packages.guix.gnu.org/packages/reptyr][https://packages.guix.gnu.org/packages/reptyr/badges/latest-version.svg]]