「Abduco」の版間の差分
ナビゲーションに移動
検索に移動
Kusanaginoturugi (トーク | 投稿記録) (create.) |
Kusanaginoturugi (トーク | 投稿記録) (飜訳) |
||
1行目: | 1行目: | ||
{{Lowercase title}} |
{{Lowercase title}} |
||
[[Category:ターミナルマルチプレクサ]] |
[[Category:ターミナルマルチプレクサ]] |
||
+ | [[en:Abduco]] |
||
− | [https://www.brain-dump.org/projects/abduco/ 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. |
||
+ | [https://www.brain-dump.org/projects/abduco/ abduco] は操作中のターミナルから独立してプログラムを実行させる軽量なユーティリティです。[[tmux]] や [[GNU Screen]] と似ていますが、多重化機能はありません。 |
||
− | == |
+ | == インストール == |
− | [[インストール]] |
+ | {{Pkg|abduco}} パッケージを[[インストール]]します。 |
− | == |
+ | == セッション管理 == |
+ | {{ic|''session_name''}} という名前のセッションで {{ic|''command...''}} を起動するには(後で参照する可能性があります)、次のように実行します。 |
||
− | To start {{ic|''command...''}} in a session named {{ic|''session_name''}} (which may be later referenced), run |
||
$ abduco -c ''session_name'' ''command...'' |
$ abduco -c ''session_name'' ''command...'' |
||
+ | 切断するには、{{ic|Ctrl+\}} を押すか、操作中のターミナルを閉じます。どちらの場合も、プロセスは存続します。 |
||
− | To detach, either press {{ic|Ctrl+\}} or close the controlling terminal. In both cases the process will remain alive. |
||
− | + | {{ic|''session_name''}} に再接続するには、次を実行します。 |
|
$ abduco -a ''session_name'' |
$ abduco -a ''session_name'' |
||
+ | オプションなしで {{ic|abduco}} を呼び出すと、セッションのリストが出力されます。 |
||
− | Invoking {{ic|abduco}} with no options prints the list of sessions. |
||
− | == |
+ | == 制限事項 == |
+ | ''abduco'' セッションで起動されたプロセスは、起動された {{ic|TERM}} 変数を保持します。再接続時には、互換性のある種類の端末を使用する必要があります。 |
||
− | The process started in an ''abduco'' session retains the {{ic|TERM}} variable it has been invoked with. While reattaching, a compatible type of terminal must be used. |
||
− | ''abduco'' |
+ | ''abduco'' はマルチウィンドウ、多重化機能を提供しません。それが必要な場合は、[https://www.brain-dump.org/projects/dvtm/ dvtm], ''tmux'', または GNU Screen を使ってください。 |
+ | |||
+ | {{TranslationStatus|abduco|2022-03-09|713829}} |
2022年3月9日 (水) 10:24時点における版
abduco は操作中のターミナルから独立してプログラムを実行させる軽量なユーティリティです。tmux や GNU Screen と似ていますが、多重化機能はありません。
インストール
セッション管理
session_name
という名前のセッションで command...
を起動するには(後で参照する可能性があります)、次のように実行します。
$ abduco -c session_name command...
切断するには、Ctrl+\
を押すか、操作中のターミナルを閉じます。どちらの場合も、プロセスは存続します。
session_name
に再接続するには、次を実行します。
$ abduco -a session_name
オプションなしで abduco
を呼び出すと、セッションのリストが出力されます。
制限事項
abduco セッションで起動されたプロセスは、起動された TERM
変数を保持します。再接続時には、互換性のある種類の端末を使用する必要があります。
abduco はマルチウィンドウ、多重化機能を提供しません。それが必要な場合は、dvtm, tmux, または GNU Screen を使ってください。