abduco
TLDR
Create a new session with a command
SYNOPSIS
abduco [-e detach-key] [-r] [-f] [-l] -c|-A|-a session [command [args]]
DESCRIPTION
abduco (a]fter [b]asically [d]oing [u]seless [c]ompstrstrstr[o]perations) is a lightweight session management tool that provides terminal session detachment and reattachment. It allows processes to continue running when you disconnect from a terminal and reattach later.
Unlike screen or tmux, abduco focuses solely on session management without window multiplexing or split panes. This minimalist approach results in a small, fast, and reliable tool. For multiplexing features, it pairs well with dvtm.
PARAMETERS
-c session
Create a new session with the given name-a session
Attach to an existing session (read-only if already attached)-A session
Attach to existing session or create if it doesn't exist-n session
Create a new detached session-e key
Set the detach key (default: Ctrl+\\)-r
Enable read-only mode when attaching-f
Force creation even if session exists-l
Low bandwidth mode (reduced screen updates)
CAVEATS
abduco only handles session management; it does not provide window splitting or multiplexing. For those features, combine it with dvtm. Sessions are stored in /tmp or $ABDUCOSOCKETDIR and may be lost on system reboot unless configured otherwise.
HISTORY
abduco was written by Marc Andre Tanner and first released in 2014. It was designed as a minimal alternative to GNU Screen and tmux, following the Unix philosophy of doing one thing well. The tool is often paired with dvtm (dynamic virtual terminal manager) by the same author.


