Guide to install abduco

What is “abduco” Package?

Provides session management: i.e. separate programs from terminals. 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.

For more details: http://www.brain-dump.org/projects/abduco

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install abduco.
    brew install abduco

Now, use abduco!