My build of abduco a tool for session {at,de}tach support
abduco provides session management i.e. it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.
Manage abduco sessions with my build of dvtm( codeberg or github)
# Create a new session with dvtm
abduco -c my-session
# Create a new session with any other command
abduco -c my-command COMMAND
# Detached a session: `CTRL-\`
# List existing sessions by name
abduco
# Attach an existing session by name
abduco -a my-session
# Kill a session
pgrep -a abduco
kill PID
export ABDUCO_SOCKET_DIR=$XDG_RUNTIME_DIR
- None
abduco is licensed under the ISC license