Skip to content

gnuunixchad/abduco

Repository files navigation

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.

Usage

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

Environments

export ABDUCO_SOCKET_DIR=$XDG_RUNTIME_DIR

Dependencies

  • None

License

abduco is licensed under the ISC license

About

dvtm session manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11