tmuxp
介绍(About)
与 tmuxinator / teamocil 的异同(Differences from tmuxinator / teamocil)
其他特性(Additional Features)
细微改动(Minor tweaks)
命令行接口(Command Line Interface)
冻结会话(Freeze sessions)
加载会话(Load session)
导入(Import)
在YAML和JSON间转换(Convert between YAML and JSON)
Bash实现(Bash completion)
其他命令(Other commands)
快速入门(Quickstart)
命令行(CLI)
Pythonics
示例(Examples)
简洁的语法(Short hand / inline)
空窗格(Blank panes)
设置起始目录(Start Directory)
分割出两个窗格(2 split panes)
三个面板(3 panes)
四个面板(4 panes)
自动重命名(Automatic Rename)
定制主面板高度(Main pane height)
定制高级开发环境(Super-advanced dev environment)
功夫(Kung fu)
内部结构(Internals)
Tmux与Pythonics风格的相似性(Similarities to Tmux and Pythonics)
特性(Idiosyncrasies)
引用(Reference)
开发及测试(Developing and Testing)
从git获取最新代码并安装(Install the latest code from git)
测试运行器(Test Runner)
保存文件时自动运行测试(Run tests on save)
API Reference
Server Object
Session Object
Window Object
Pane Object
Internals
Command Line
Configuration
Workspace Builder
Exceptions
Changelog
0.1-dev
Roadmap
0.1 milestone
Future
The Tao of tmux
Overview
Core Concepts
所涉词汇(Glossary)
tmuxp
Docs
»
Edit on GitHub
索引
_
|
A
|
B
|
C
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
|
W
_
_list_panes() (tmuxp.Server 方法)
_list_sessions() (tmuxp.Server 方法)
_list_windows() (tmuxp.Server 方法)
_panes (tmuxp.Window 属性)
_sessions (tmuxp.Server 属性)
_update_panes() (tmuxp.Server 方法)
_update_windows() (tmuxp.Server 方法)
_windows (tmuxp.Session 属性)
A
attach_session() (tmuxp.Server 方法)
(tmuxp.Session 方法)
attached_pane() (tmuxp.Session 方法)
(tmuxp.Window 方法)
attached_sessions() (tmuxp.Server 方法)
attached_window() (tmuxp.Session 方法)
B
build() (tmuxp.WorkspaceBuilder 方法)
C
childIdAttribute (tmuxp.Server 属性)
children (tmuxp.Server 属性)
(tmuxp.Session 属性)
(tmuxp.Window 属性)
clear() (tmuxp.Pane 方法)
colors (tmuxp.Server 属性)
config_file (tmuxp.Server 属性)
ConfigError
E
EmptyConfigException
enter() (tmuxp.Pane 方法)
expand() (tmuxp.config 静态方法)
F
findWhere() (tmuxp.Pane 方法)
(tmuxp.Server 方法)
(tmuxp.Session 方法)
(tmuxp.Window 方法)
(tmuxp.util.TmuxRelationalObject 方法)
G
get_parser() (tmuxp.cli 静态方法)
getById() (tmuxp.Pane 方法)
(tmuxp.Server 方法)
(tmuxp.Session 方法)
(tmuxp.Window 方法)
(tmuxp.util.TmuxRelationalObject 方法)
H
has_required_tmux_version() (tmuxp.util 静态方法)
has_session() (tmuxp.Server 方法)
I
import_teamocil() (tmuxp.config 静态方法)
import_tmuxinator() (tmuxp.config 静态方法)
in_cwd() (tmuxp.config 静态方法)
in_dir() (tmuxp.config 静态方法)
inline() (tmuxp.config 静态方法)
is_config_file() (tmuxp.config 静态方法)
iter_create_panes() (tmuxp.WorkspaceBuilder 方法)
iter_create_windows() (tmuxp.WorkspaceBuilder 方法)
K
kaptan
kill_server() (tmuxp.Server 方法)
kill_session() (tmuxp.Server 方法)
(tmuxp.Session 方法)
kill_window() (tmuxp.Session 方法)
(tmuxp.Window 方法)
L
list_panes() (tmuxp.Window 方法)
list_sessions() (tmuxp.Server 方法)
list_windows() (tmuxp.Session 方法)
load_workspace() (tmuxp.cli 静态方法)
M
move_window() (tmuxp.Window 方法)
N
new_session() (tmuxp.Server 方法)
new_window() (tmuxp.Session 方法)
O
oh_my_zsh_auto_title() (tmuxp.util 静态方法)
P
Pane (tmuxp 中的类)
panes (tmuxp.Window 属性)
prompt() (tmuxp.cli 静态方法)
prompt_bool() (tmuxp.cli 静态方法)
prompt_choices() (tmuxp.cli 静态方法)
R
rename_session() (tmuxp.Session 方法)
rename_window() (tmuxp.Window 方法)
reset() (tmuxp.Pane 方法)
resize_pane() (tmuxp.Pane 方法)
S
select_layout() (tmuxp.Window 方法)
select_pane() (tmuxp.Window 方法)
select_window() (tmuxp.Session 方法)
send_keys() (tmuxp.Pane 方法)
Server (tmuxp 中的类)
Session (tmuxp 中的类)
sessions (tmuxp.Server 属性)
set_height() (tmuxp.Pane 方法)
set_option() (tmuxp.Session 方法)
set_width() (tmuxp.Pane 方法)
set_window_option() (tmuxp.Window 方法)
setup_logger() (tmuxp.cli 静态方法)
show_option() (tmuxp.Session 方法)
show_options() (tmuxp.Session 方法)
show_window_option() (tmuxp.Window 方法)
show_window_options() (tmuxp.Window 方法)
socket_name (tmuxp.Server 属性)
socket_path (tmuxp.Server 属性)
split_window() (tmuxp.Window 方法)
startup() (tmuxp.cli 静态方法)
switch_client() (tmuxp.Server 方法)
(tmuxp.Session 方法)
T
tmux (tmuxp.util 中的类)
tmux() (tmuxp.Pane 方法)
(tmuxp.Server 方法)
(tmuxp.Session 方法)
(tmuxp.Window 方法)
tmux(1)
TmuxMappingObject (tmuxp.util 中的类)
tmuxp
(模块)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
TmuxpException
TmuxRelationalObject (tmuxp.util 中的类)
TmuxSessionExists
trickle() (tmuxp.config 静态方法)
V
validate_schema() (tmuxp.config 静态方法)
W
where() (tmuxp.Pane 方法)
(tmuxp.Server 方法)
(tmuxp.Session 方法)
(tmuxp.Window 方法)
(tmuxp.util.TmuxRelationalObject 方法)
which() (tmuxp.util 静态方法)
Window (tmuxp 中的类)
windows (tmuxp.Session 属性)
WorkspaceBuilder (tmuxp 中的类)
Read the Docs
v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.