~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/ja/autogen/user/weechat_commands.txt

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-02-13 12:11:54 UTC
  • mfrom: (29.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140213121154-k6sdmtnralvjbmgq
Tags: 0.4.3-2
* Add missing symlink for Polish manpage
* Change ruby-* Build-Depends to gem2deb so that ruby plugin will be
  built against the newest Ruby interpreter available (Closes: #738685)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[[command_weechat_away]]
2
2
[command]*`away`* 離席状態の切り替え::
3
 
........................................
 
3
 
 
4
----
4
5
/away  [-all] [<message>]
5
6
 
6
7
   -all: 全ての接続済みサーバに対して離席状態を切り替え
7
8
message: 離席メッセージ (メッセージが無い場合は、離席状態を解除)
8
 
........................................
 
9
----
9
10
 
10
11
[[command_weechat_bar]]
11
12
[command]*`bar`* バーの管理::
12
 
........................................
 
13
 
 
14
----
13
15
/bar  list|listfull|listitems
14
16
      add <name> <type>[,<condition>] <position> <size> <separator> <item1>[,<item2>...]
15
17
      default [input|title|status|nicklist]
56
58
    /bar scroll nicklist * y+10
57
59
  現在のバッファに対応したニックネームリストを最後までスクロール:
58
60
    /bar scroll nicklist * ye
59
 
........................................
 
61
----
60
62
 
61
63
[[command_weechat_buffer]]
62
64
[command]*`buffer`* バッファの管理::
63
 
........................................
 
65
 
 
66
----
64
67
/buffer  list
65
68
         clear [<number>|<name>|-merged|-all]
66
69
         move|merge <number>
67
70
         swap <number1>|<name1> [<number2>|<name2>]
68
71
         unmerge [<number>|-all]
 
72
         renumber [<number1> [<number2> [<start>]]]
69
73
         close [<n1>[-<n2>]|<name>]
70
74
         notify <level>
71
75
         localvar
80
84
   merge: 現在のバッファを他のバッファにマージ (2 つのバッファのチャットエリアが一緒になります)
81
85
          (デフォルトでは ctrl-x でマージバッファの切り替え)
82
86
 unmerge: 同じ番号を持つ他のバッファとのマージを解除
 
87
renumber: バッファを記憶 (weechat.look.buffer_auto_renumber オプションがオフの場合にのみ有効)
83
88
   close: バッファを閉じる (番号/範囲または名前は任意)
84
89
  notify: 現在のバッファの通知レベルを設定: このレベルでバッファがホットリストに追加されるかどうかを定義します:
85
90
               none: 通知しない
117
122
    /buffer #weechat
118
123
  次のバッファに移動:
119
124
    /buffer +1
120
 
........................................
 
125
----
121
126
 
122
127
[[command_weechat_color]]
123
128
[command]*`color`* 色の別名の定義と、カラーパレットの表示::
124
 
........................................
 
129
 
 
130
----
125
131
/color  alias <color> <name>
126
132
        unalias <color>
127
133
        reset
141
147
    /color alias 214 orange
142
148
  色番号 214 を削除:
143
149
    /color unalias 214
144
 
........................................
 
150
----
145
151
 
146
152
[[command_weechat_command]]
147
153
[command]*`command`* WeeChat かプラグインのコマンドを起動::
148
 
........................................
 
154
 
 
155
----
149
156
/command  <plugin> <command>
150
157
 
151
158
 plugin: プラグインの名前 ('weechat' は WeeChat の内部コマンドを意味します)
152
159
command: 実行するコマンド (コマンドの最初に '/' が無い場合、'/' が自動的に追加されます)
153
 
........................................
 
160
----
154
161
 
155
162
[[command_weechat_cursor]]
156
163
[command]*`cursor`* カーソルを移動してアクションを実行するエリアを指定::
157
 
........................................
 
164
 
 
165
----
158
166
/cursor  go chat|<bar>|<x>,<y>
159
167
         move up|down|left|right|area_up|area_down|area_left|area_right
160
168
         stop
172
180
    /cursor go nicklist
173
181
  x=10、y=5 の位置に移動:
174
182
    /cursor go 10,5
175
 
........................................
 
183
----
176
184
 
177
185
[[command_weechat_debug]]
178
186
[command]*`debug`* core やプラグインのデバッグ管理::
179
 
........................................
 
187
 
 
188
----
180
189
/debug  list
181
190
        set <plugin> <level>
182
191
        dump [<plugin>]
196
205
    hdata: hdata に関する情報を表示 (free を付ければ: メモリから全ての hdata を削除)
197
206
    hooks: フックに関する情報を表示
198
207
infolists: infolist に関する情報を表示
 
208
     libs: 使用中の外部ライブラリに関する情報を表示
199
209
   memory: メモリ使用量に関する情報を表示
200
210
    mouse: マウスのデバックを切り替え
201
211
     tags: 行のタグを表示
202
212
     term: ターミナルに関する情報を表示
203
213
  windows: ウィンドウツリーの情報を表示
204
 
........................................
 
214
----
205
215
 
206
216
[[command_weechat_eval]]
207
217
[command]*`eval`* 式を評価して結果をバッファに送信::
208
 
........................................
 
218
 
 
219
----
209
220
/eval  [-n] <expression>
210
221
       [-n] -c <expression1> <operator> <expression2>
211
222
 
233
244
  "50" > "100"  ==> 1
234
245
 
235
246
式中の ${variable} 型のフォーマットの変数は置換さます。変数は以下の優先順位に従います。
236
 
  1. 色の名前 (フォーマット: color:xxx)
237
 
  2. オプションの名前 (file.section.option)
238
 
  3. バッファのローカル変数の名前
239
 
  4. hdata の名前/変数 (値は自動的に文字列に変換されます)、デフォルトでは "window" と "buffer" は現在のウィンドウ/バッファを指します。
 
247
  1. 色 (フォーマット: "color:xxx")
 
248
  2. 情報 (フォーマット: "info:name,arguments"、arguments は任意)
 
249
  3. オプション (フォーマット: "file.section.option")
 
250
  4. バッファのローカル変数
 
251
  5. hdata の名前/変数 (値は自動的に文字列に変換されます)、デフォルトでは "window" と "buffer" は現在のウィンドウ/バッファを指します。
240
252
hdata のフォーマットは以下の 1 つです:
241
253
  hdata.var1.var2...: hdata (ポインタは既知) で始まり、1 個ずつ変数を続ける (他の hdata を続けることも可能)
242
254
  hdata(list).var1.var2...: リストを使って hdata を始める、例:
245
257
hdata と変数の名前については、"プラグイン API リファレンス" の "weechat_hdata_get" 関数を参照してください。
246
258
 
247
259
例:
 
260
  /eval -n ${info:version}                 ==> 0.4.3
248
261
  /eval -n ${weechat.look.scroll_amount}   ==> 3
249
262
  /eval -n ${window}                       ==> 0x2549aa0
250
263
  /eval -n ${window.buffer}                ==> 0x2549320
258
271
  /eval -n -c abcd =~ (?-i)^ABC            ==> 0
259
272
  /eval -n -c abcd =~ (?-i)^abc            ==> 1
260
273
  /eval -n -c abcd !~ abc                  ==> 0
261
 
........................................
 
274
----
262
275
 
263
276
[[command_weechat_filter]]
264
277
[command]*`filter`* タグか正規表現に基づくバッファメッセージの非表示/表示::
265
 
........................................
 
278
 
 
279
----
266
280
/filter  list
267
281
         enable|disable|toggle [<name>]
268
282
         add <name> <buffer>[,<buffer>...] <tags> <regex>
281
295
         - "*" は全てのバッファを意味します
282
296
         - 名前が '!' から始まるものは除外されます
283
297
         - 多くのバッファにマッチさせるためには名前を '*' から始めるか終わらせてください
284
 
   tags: タグのコンマ区切りリスト、例えば: "irc_join,irc_part,irc_quit"
 
298
   tags: タグのコンマ区切りリスト、例えば "irc_join,irc_part,irc_quit"
 
299
         - 論理積 "and": タグ同士を "+" でつなげる (例えば: "nick_toto+irc_action")
 
300
         - タグの最初と最後には '*' を使うことができます
285
301
  regex: 行単位検索の正規表現
286
302
         - '\t' を使うと、プレフィックスをメッセージから分離できます。'|' 等の特別な文字は '\|' のようにエスケープしなければいけません
287
303
         - 正規表現の最初に '!' が含まれる場合は、マッチ結果が反転されます (最初の '!' にマッチさせたければ、'\!' を使ってください)
309
325
    /filter add nicks * irc_366 *
310
326
  IRC チャンネル #weechat で "toto" を含むニックネームをフィルタ:
311
327
    /filter add toto irc.freenode.#weechat nick_toto *
 
328
  ニックネーム "toto" からの IRC の参加/アクションメッセージをフィルタ:
 
329
    /filter add toto * nick_toto+irc_join,nick_toto+irc_action *
312
330
  IRC チャンネル #weechat で "weechat sucks" を含む行をフィルタ:
313
331
    /filter add sucks irc.freenode.#weechat * weechat sucks
314
 
........................................
 
332
----
315
333
 
316
334
[[command_weechat_help]]
317
335
[command]*`help`* コマンドとオプションに関するヘルプを表示::
318
 
........................................
 
336
 
 
337
----
319
338
/help  -list|-listfull [<plugin> [<plugin>...]]
320
339
       <command>
321
340
       <option>
325
344
   plugin: このプラグインに関するコマンドをリストアップ
326
345
  command: コマンドの名前
327
346
   option: オプションの名前 (リストを見るには /set を使用)
328
 
........................................
 
347
----
329
348
 
330
349
[[command_weechat_history]]
331
350
[command]*`history`* バッファコマンド履歴を表示::
332
 
........................................
 
351
 
 
352
----
333
353
/history  clear
334
354
          <value>
335
355
 
336
356
clear: 履歴の削除
337
357
value: 表示する履歴エントリの数
338
 
........................................
 
358
----
339
359
 
340
360
[[command_weechat_input]]
341
361
[command]*`input`* コマンドライン関数::
342
 
........................................
 
362
 
 
363
----
343
364
/input  <action> [<arguments>]
344
365
 
345
366
アクションリスト:
389
410
  switch_active_buffer: 次のマージされたバッファに移動
390
411
  switch_active_buffer_previous: 一つ前のマージされたバッファに移動
391
412
  zoom_merged_buffer: マージされたバッファにズーム
392
 
  insert: コマンドラインにテキストを挿入
 
413
  insert: コマンドラインにテキストを挿入 (エスケープ文字も可、/help print を参照)
393
414
  paste_start: ペーストの開始 (括弧付きペーストモード)
394
415
  paste_stop: ペーストの終了 (括弧付きペーストモード)
395
416
 
396
417
これらのコマンドはキーバインドかプラグインで利用できます。
397
 
........................................
 
418
----
398
419
 
399
420
[[command_weechat_key]]
400
421
[command]*`key`* キーの割り当てと割り当て解除::
401
 
........................................
 
422
 
 
423
----
402
424
/key  list|listdefault|listdiff [<context>]
403
425
      bind <key> [<command> [<args>]]
404
426
      bindctxt <context> <key> [<command> [<args>]]
448
470
    /key bindctxt search ctrl-I /input search_stop
449
471
  ニック上でのマウスのセンターボタンをニックネームの情報取得に割り当てる:
450
472
    /key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
451
 
........................................
 
473
----
452
474
 
453
475
[[command_weechat_layout]]
454
 
[command]*`layout`* バッファとウィンドウのレイアウトを保存/適用/リセット::
455
 
........................................
456
 
/layout  save [<name>] [buffers|windows]
 
476
[command]*`layout`* バッファ/ウィンドウレイアウトの管理::
 
477
 
 
478
----
 
479
/layout  store [<name>] [buffers|windows]
457
480
         apply [<name>] [buffers|windows]
458
481
         leave
459
 
         reset [<name>] [buffers|windows]
 
482
         del [<name>] [buffers|windows]
460
483
         rename <name> <new_name>
461
484
 
462
 
   save: 現在のレイアウトを保存
 
485
  store: レイアウトに現在のバッファ/ウィンドウを保存
463
486
  apply: 保存されたレイアウトを適用
464
487
  leave: 現在のレイアウトを保持する (レイアウトを更新しない)
465
 
  reset: 保存されたレイアウトでバッファとウィンドウをリセット
466
 
         (バッファとウィンドウの両方がリセットされる場合、レイアウトは削除されます)
 
488
    del: レイアウトとして保存されているバッファとウィンドウを削除
 
489
         (名前の後に "バッファ" や "ウィンドウ" を指定しない場合、レイアウトを削除)
467
490
 rename: レイアウトのリネーム
468
491
   name: 保存されたレイアウトの名前 (初期状態は "default")
469
492
buffers: バッファのみに対してレイアウトを保存/適用 (バッファの順番)
470
493
windows: ウィンドウのみに対してレイアウトを保存/適用 (それぞれのウィンドウに表示されるバッファ)
471
494
 
472
495
引数無しでは、保存されたレイアウトを表示します。
473
 
........................................
 
496
----
474
497
 
475
498
[[command_weechat_mouse]]
476
499
[command]*`mouse`* マウス操作::
477
 
........................................
 
500
 
 
501
----
478
502
/mouse  enable|disable|toggle [<delay>]
479
503
 
480
504
 enable: マウスの有効化
489
513
    /mouse enable
490
514
  5 秒間マウスの有効無効を切り替え:
491
515
    /mouse toggle 5
492
 
........................................
 
516
----
493
517
 
494
518
[[command_weechat_mute]]
495
519
[command]*`mute`* 静かにコマンドを実行::
496
 
........................................
497
 
/mute  [-current | -buffer <name> | -all] command
 
520
 
 
521
----
 
522
/mute  [-current | -buffer <name> | -all] <command>
498
523
 
499
524
-current: 現在のバッファへの出力を禁止
500
525
 -buffer: 指定したバッファへの出力を禁止
511
536
    /mute -current msg * hi!
512
537
  #weechat チャンネルへのメッセージ:
513
538
    /mute -buffer irc.freenode.#weechat msg #weechat hi!
514
 
........................................
 
539
----
515
540
 
516
541
[[command_weechat_plugin]]
517
542
[command]*`plugin`* プラグインの表示/ロード/アンロード::
518
 
........................................
 
543
 
 
544
----
519
545
/plugin  list|listfull [<name>]
520
546
         load <filename> [<arguments>]
521
547
         autoload [<arguments>]
533
559
arguments: ロードするプラグインに与える引数
534
560
 
535
561
引数無しでは、ロードされたプラグインをリストアップ。
536
 
........................................
 
562
----
 
563
 
 
564
[[command_weechat_print]]
 
565
[command]*`print`* バッファ内にテキストを表示::
 
566
 
 
567
----
 
568
/print  [-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] <text>
 
569
        -stdout|-stderr <text>
 
570
 
 
571
-buffer: テキストを表示するバッファ (デフォルト: 現在のバッファ)
 
572
  -core: "-buffer core.weechat" のエイリアス
 
573
-escape: エスケープ文字を解釈 (例えば \a、\07、\x07)
 
574
  -date: メッセージの日付、フォーマット:
 
575
           -n: 今から 'n' 秒前
 
576
           +n: 今から 'n' 秒後
 
577
            n: エポックから 'n' 秒目 (man time を参照)
 
578
           日付/時間 (ISO 8601): yyyy-mm-ddThh:mm:ss、例: 2014-01-19T04:32:55
 
579
           時間: hh:mm:ss (example: 04:32:55)
 
580
  -tags: タグのコンマ区切りリスト (よく使うタグのリストは /help filter を参照)
 
581
   text: 表示するテキスト (プレフィックスとメッセージは必ず \t で区切ってください)
 
582
-stdout: 標準出力にテキストを表示 (エスケープ文字を解釈)
 
583
-stderr: 標準エラー出力にテキストを表示 (エスケープ文字を解釈)
 
584
 
 
585
オプション -action ... -quit をつけた場合、プレフィックスは "weechat.look.prefix_*" で定義されているものになります。
 
586
 
 
587
以下のエスケープ文字を使うことができます:
 
588
  \" \\ \a \b \e \f \n \r \t \v \0ooo \xhh \uhhhh \Uhhhhhhhh
 
589
 
 
590
例:
 
591
  コアバッファにハイライトを付けてリマインダを表示:
 
592
    /print -core -tags notify_highlight Reminder: buy milk
 
593
  コアバッファにエラーを表示:
 
594
    /print -core -error Some error here
 
595
  コアバッファにプレフィックス "abc" を付けてメッセージを表示:
 
596
    /print -core abc    The message
 
597
  チャンネル #weechat にメッセージを表示:
 
598
    /print -buffer irc.freenode.#weechat Message on #weechat
 
599
  雪だるまを表示 (U+2603):
 
600
    /print -escape \u2603
 
601
  警告を送信 (BEL):
 
602
    /print -stderr \a
 
603
----
537
604
 
538
605
[[command_weechat_proxy]]
539
606
[command]*`proxy`* プロキシの管理::
540
 
........................................
 
607
 
 
608
----
541
609
/proxy  list
542
610
        add <name> <type> <address> <port> [<username> [<password>]]
543
611
        del <name>|-all
566
634
    /proxy add myproxy socks5 sample.host.org 3128 myuser mypass
567
635
  プロキシを削除:
568
636
    /proxy del myproxy
569
 
........................................
 
637
----
570
638
 
571
639
[[command_weechat_quit]]
572
640
[command]*`quit`* WeeChat の終了::
573
 
........................................
 
641
 
 
642
----
574
643
/quit  [-yes] [<arguments>]
575
644
 
576
645
     -yes: weechat.look.confirm_quit オプションが有効な場合に必要
577
646
arguments: "quit" シグナルと共に送られるテキスト
578
647
           (例えば irc プラグインはサーバに quit メッセージを送る際にこのテキストを使います)
579
 
........................................
 
648
----
580
649
 
581
650
[[command_weechat_reload]]
582
651
[command]*`reload`* ディスクから設定ファイルを再読み込み::
583
 
........................................
 
652
 
 
653
----
584
654
/reload  [<file> [<file>...]]
585
655
 
586
656
file: 再読み込みする設定ファイル (拡張子 ".conf" は不要)
587
657
 
588
658
引数無しでは、全てのファイル (WeeChat とプラグイン) が再読み込みされます。
589
 
........................................
 
659
----
590
660
 
591
661
[[command_weechat_repeat]]
592
662
[command]*`repeat`* 複数回コマンドを実行::
593
 
........................................
 
663
 
 
664
----
594
665
/repeat  [-interval <delay>] <count> <command>
595
666
 
596
667
  delay: コマンドの実行間隔 (ミリ秒単位)
602
673
例:
603
674
  2 ページ分上方向にスクロール:
604
675
    /repeat 2 /window page_up
605
 
........................................
 
676
----
606
677
 
607
678
[[command_weechat_save]]
608
679
[command]*`save`* 設定をファイルに保存::
609
 
........................................
 
680
 
 
681
----
610
682
/save  [<file> [<file>...]]
611
683
 
612
684
file: 保存する設定ファイル (拡張子 ".conf" は不要)
613
685
 
614
686
引数無しでは、全てのファイル (WeeChat とプラグイン) が保存されます。
615
 
........................................
 
687
----
616
688
 
617
689
[[command_weechat_secure]]
618
690
[command]*`secure`* 保護データを管理します (パスワードやプライベートデータは暗号化されて sec.conf ファイルに保存)::
619
 
........................................
 
691
 
 
692
----
620
693
/secure  passphrase <passphrase>|-delete
621
694
         decrypt <passphrase>|-discard
622
695
         set <name> <value>
623
696
         del <name>
624
697
 
625
 
passphrase: change the passphrase (without passphrase, data is stored as plain text in file sec.conf)
626
 
   -delete: delete passphrase
627
 
   decrypt: decrypt data still encrypted (it happens only if passphrase was not given on startup)
628
 
  -discard: discard all data still encrypted
629
 
       set: add or change secured data
630
 
       del: delete secured data
631
 
 
632
 
Without argument, this command displays secured data in a new buffer.
633
 
 
634
 
When a passphrase is used (data encrypted), it is asked by WeeChat on startup.
635
 
It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade).
636
 
 
637
 
Secured data with format ${sec.data.xxx} can be used in:
638
 
  - command line argument "--run-command"
639
 
  - options weechat.startup.command_{before|after}_plugins
640
 
  - proxy options: username, password
641
 
  - irc server options: autojoin, command, password, sasl_{username|password}
642
 
  - option relay.network.password
643
 
  - command /eval.
644
 
 
645
 
Examples:
646
 
  set a passphrase:
 
698
passphrase: パスフレーズを変更 (パスフレーズがない場合、sec.conf ファイルに平文でデータを保存します)
 
699
   -delete: パスフレーズを削除
 
700
   decrypt: 暗号化されているデータを復号化 (起動時にパスフレーズが設定されていない場合に起きます)
 
701
  -discard: 全ての暗号化データを破棄
 
702
       set: 保護データを追加または変更
 
703
       del: 保護データを削除
 
704
 
 
705
引数がない場合、新しいバッファに保護データを表示します。
 
706
 
 
707
パスフレーズを利用する場合 (データが暗号化されている場合)、WeeChat は起動時にパスフレーズを尋ねます。
 
708
環境変数 "WEECHAT_PASSPHRASE" を利用すれば入力を回避できます (WeeChat は /upgrade の時に同じ変数を利用します)。
 
709
 
 
710
${sec.data.xxx} の形でフォーマットされた保護データは以下の様に利用できます:
 
711
  - コマンドライン引数 "--run-command"
 
712
  - weechat.startup.command_{before|after}_plugins オプション
 
713
  - プロキシオプション: username、password
 
714
  - irc サーバオプション: autojoin、command、password、sasl_{username|password}
 
715
  - relay.network.password オプション
 
716
  - /eval コマンド。
 
717
 
 
718
例:
 
719
  パスフレーズを設定:
647
720
    /secure passphrase this is my passphrase
648
 
  encrypt freenode SASL password:
 
721
  freenode の SASL パスワードを暗号化:
649
722
    /secure set freenode mypassword
650
723
    /set irc.server.freenode.sasl_password "${sec.data.freenode}"
651
 
  encrypt oftc password for nickserv:
 
724
  oftc の nickserv 用パスワードを暗号化:
652
725
    /secure set oftc mypassword
653
726
    /set irc.server.oftc.command "/msg nickserv identify ${sec.data.oftc}"
654
 
  alias to ghost the nick "mynick":
 
727
  ニックネーム "mynick" を取り戻すためのエイリアス ghost を設定
655
728
    /alias ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode}
656
 
........................................
 
729
----
657
730
 
658
731
[[command_weechat_set]]
659
732
[command]*`set`* オプションの設定::
660
 
........................................
 
733
 
 
734
----
661
735
/set  [<option> [<value>]]
662
736
      diff [<option> [<option>...]]
663
737
 
682
756
    /set diff
683
757
  irc プラグインのオプションの内、変更されたオプションを表示
684
758
    /set diff irc.*
685
 
........................................
 
759
----
686
760
 
687
761
[[command_weechat_unset]]
688
762
[command]*`unset`* オプションのアンセット/リセット::
689
 
........................................
 
763
 
 
764
----
690
765
/unset  <option>
691
766
 
692
767
option: オプションの名前 ("*" で始めるか終わるかすれば大量のオプションをリセットできます、注意して使用!)
698
773
    /unset weechat.look.item_time_format
699
774
  全ての色関連オプションをリセット:
700
775
    /unset weechat.color.*
701
 
........................................
 
776
----
702
777
 
703
778
[[command_weechat_upgrade]]
704
779
[command]*`upgrade`* サーバとの接続を維持して WeeChat をアップグレード::
705
 
........................................
 
780
 
 
781
----
706
782
/upgrade  [<path_to_binary>|-quit]
707
783
 
708
784
path_to_binary: WeeChat バイナリへのパス (デフォルトは現在のバイナリ)
728
804
この後、セッションを回復させるには weechat --upgrade を使ってください。
729
805
重要: 完全に同一の設定で (*.conf ファイルで) セッションを回復させてください。
730
806
"~/.weechat" ディレクトリの内容をコピーすれば異なるマシンで WeeChat のセッションを回復することも可能です。
731
 
........................................
 
807
----
732
808
 
733
809
[[command_weechat_uptime]]
734
810
[command]*`uptime`* WeeChat 連続稼働時間の表示::
735
 
........................................
 
811
 
 
812
----
736
813
/uptime  [-o | -ol]
737
814
 
738
815
 -o: 連続稼働時間を現在のバッファの入力に送る (英語で)
739
816
-ol: 連続稼働時間を現在のバッファの入力に送る (翻訳済み)
740
 
........................................
 
817
----
741
818
 
742
819
[[command_weechat_version]]
743
820
[command]*`version`* WeeChat のバージョンとコンパイル日時を表示::
744
 
........................................
 
821
 
 
822
----
745
823
/version  [-o | -ol]
746
824
 
747
825
 -o: バージョンを現在のバッファの入力に送る (英語で)
748
826
-ol: バージョンを現在のバッファの入力に送る (翻訳済み)
749
 
........................................
 
827
----
750
828
 
751
829
[[command_weechat_wait]]
752
830
[command]*`wait`* コマンドの実行を予約::
753
 
........................................
 
831
 
 
832
----
754
833
/wait  <number>[<unit>] <command>
755
834
 
756
835
 number: 遅延時間 (整数)
770
849
    /wait 15m /away -all I'm away
771
850
  2 分後に 'hello' と発言:
772
851
    /wait 2m hello
773
 
........................................
 
852
----
774
853
 
775
854
[[command_weechat_window]]
776
855
[command]*`window`* ウィンドウの操作::
777
 
........................................
 
856
 
 
857
----
778
858
/window  list
779
859
         -1|+1|b#|up|down|left|right [-window <number>]
780
860
         <number>
833
913
    /window scroll -d
834
914
  ウィンドウ #2 を拡大:
835
915
    /window zoom -window 2
836
 
........................................
 
916
----
837
917