From a7202a1fb911f72c309380b42c0ff995c05ba94c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 29 Dec 2025 12:01:38 +0100 Subject: GTK: implemented --detach|-d option for detaching from controlling terminal This is useful to launch from a terminal without "blocking" this terminal. There are tools like nohup and daemonize (BSD) to do the same, but having it builtin is shorter to write. --- TODO | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index e613582..720cc6d 100644 --- a/TODO +++ b/TODO @@ -781,14 +781,6 @@ Features: in multi-line command lines. This would be tricky to do in Gtk, though since we're currently using an overlay. - * GTK: gsciteco --detach|-d to detach from the running terminal - (ie. daemonize). - Will help to occupy less tabs in the terminal emulator. - In most shells you can type `gsciteco &>/dev/null & disown`, but having - a shortcut probably makes sense. - On FreeBSD you could also `daemonize /usr/local/bin/gsciteco`. - There is --xembed but there are no stable terminal emulators - with Xembed support. * could create directories on demand and clean them up on rubout. Unless additional files appeared in the meantime, in which case we should output a warning. -- cgit v1.2.3