abduco is 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.
abduco is 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.
To install abduco, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install abduco
To see what files were installed by abduco, run:
port contents abduco
To later upgrade abduco, run:
sudo port selfupdate && sudo port upgrade abduco
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.