On this page you find all important commands for the CLI tool abduco. If the
command you are looking for is missing please ask our AI.
abduco
abduco provides session management i.e. it allows programs to be run independently from its 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.
List of commands for abduco:
-
abduco:tldr:6e313 abduco: Attach to a session with `dvtm`, creating it if it doesn't exist.$ abduco -A ${name}try on your machineexplain this command
-
abduco:tldr:87683 abduco: Attach to a session in read-only mode.$ abduco -Ar ${name}try on your machineexplain this command
-
abduco:tldr:d4469 abduco: Attach to a session, creating it if it doesn't exist.$ abduco -A ${name} ${bash}try on your machineexplain this command