Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Really into the backgroung...
- X-seq: zsh-users 17918
- From: Yuri D'Elia <wavexx@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Really into the backgroung...
- Date: Mon, 12 Aug 2013 13:29:10 +0200
- In-reply-to: <alpine.LNX.2.01.1308111342400.10197@hp>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20130811124756.GA23837@solfire> <20130811134102.GA2688@blacky.xomit.de> <alpine.LNX.2.01.1308111342400.10197@hp>
On 08/11/2013 07:56 PM, Benjamin R. Haskell wrote:
> The problem with `tmux`, `screen`, and `dtach` is that you have to use
> it before your process is running. If you've forgotten to tmux- or
> screen-ify the process beforehand, you might try `reptyr`³ (It "re-"
> "pty"'s a program.) It's Linux-only, and uses ptrace(2) hackery to
> attach a process running on a different pty to a new one.
reptyr is awesome. Though a big limitation is that currently can only
re-attach processes without children (which happens a lot more than one
might expect).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author