Re: [PATCH] gnu: Add reptyr.

2016-07-16 Thread Leo Famulari
On Tue, Jul 12, 2016 at 03:17:29PM -0500, Alex Griffin wrote: > Okay, done. (btw a bunch of packages in suckless.scm do it that way, > which is where I copied the arguments field from) Most likely, the packages in suckless.scm pre-date the creation modify-phases syntax. > I wrapped those commands

Re: [PATCH] gnu: Add reptyr.

2016-07-12 Thread Alex Griffin
On Sat, Jul 9, 2016, at 01:20 PM, Leo Famulari wrote: > If we are considering moving these packages around, I think that > screen.scm and tmux.scm should go into terminals.scm. But, I also think > that this patch should not be held up by that discussion. Yes, I didn't necessarily mean just moving

Re: [PATCH] gnu: Add reptyr.

2016-07-09 Thread Leo Famulari
On Fri, Jul 08, 2016 at 02:38:36PM -0500, Alex Griffin wrote: > This patch adds reptyr, a tool for reparenting a running program to a > new terminal. I put it in screen.scm because it is usually used to move > a process into a screen or tmux session. Thank you, I will use this :) > Also somewhat

[PATCH] gnu: Add reptyr.

2016-07-08 Thread Alex Griffin
8e48e2a27b16215a23ecc224661808b58a6a7c40 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Fri, 8 Jul 2016 14:27:32 -0500 Subject: [PATCH] gnu: Add reptyr. * gnu/packages/screen.scm (reptyr): New variable. --- gnu/packages/screen.scm | 28 1 file changed, 28 insertions