diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-12-29 12:01:38 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-12-30 02:42:34 +0300 |
| commit | a7202a1fb911f72c309380b42c0ff995c05ba94c (patch) | |
| tree | b808fc297e4cf4dd719778f57dd54c5928986460 /TODO | |
| parent | d48439b1e81cc0d0835c63a8bac14562b4f4b5c7 (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-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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. |
