aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-12-29 12:01:38 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-12-30 02:42:34 +0300
commita7202a1fb911f72c309380b42c0ff995c05ba94c (patch)
treeb808fc297e4cf4dd719778f57dd54c5928986460 /TODO
parentd48439b1e81cc0d0835c63a8bac14562b4f4b5c7 (diff)
GTK: implemented --detach|-d option for detaching from controlling terminalmaster-fmsbw-ci
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
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.
* <EB> 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.