abduco

提供: ArchWiki
2022年3月8日 (火) 10:33時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (create.)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

abduco is a lightweight utility letting programs run independently of the controlling terminal. In that matter it is similar to tmux and GNU Screen, but without multiplexing capability.

Installation

インストール the abduco package.

Session management

To start command... in a session named session_name (which may be later referenced), run

$ abduco -c session_name command...

To detach, either press Ctrl+\ or close the controlling terminal. In both cases the process will remain alive.

To reattach to a session_name, run

$ abduco -a session_name

Invoking abduco with no options prints the list of sessions.

Limitations

The process started in an abduco session retains the TERM variable it has been invoked with. While reattaching, a compatible type of terminal must be used.

abduco does not provide multiple windows and multiplexing. If that is needed, use dvtm, tmux, or GNU Screen.