forked from x/ContextOS
83 lines
3.2 KiB
Plaintext
83 lines
3.2 KiB
Plaintext
kit dir "目录" private "ssh._route" _ "context" "find" "web.code" "zsh" \
|
|
text "" name pod imports plugin_pod \
|
|
text "" name dir imports plugin_path action auto \
|
|
select "" name cmd values list values find values tail values grep values init action auto \
|
|
exports path path \
|
|
text "" name txt \
|
|
feature display editor \
|
|
button "搜索" action auto \
|
|
button "返回" cb Last
|
|
|
|
kit cli "命令行" private "web.code.zsh" \
|
|
text "" name dir imports plugin_path action auto \
|
|
select "terminal" values terminal values prune values history action auto \
|
|
feature detail "prune" "复制" "下载" \
|
|
button "查看" action auto
|
|
|
|
kit clip "粘贴板" private "web.code.tmux" "" "" "" "buffer" \
|
|
text "" name tag imports plugin_buffer action auto \
|
|
text "" name txt \
|
|
exports buffer buffer \
|
|
feature detail "复制" "下载" "修改" \
|
|
button "查看" action auto \
|
|
button "返回" cb Last
|
|
|
|
kit tmux "终端" private "web.code.tmux" \
|
|
text "" name session imports plugin_session action auto \
|
|
text "" name window imports plugin_window action auto \
|
|
text "" name pane imports plugin_pane view char action auto \
|
|
exports session session "" window window "" pane pane "" \
|
|
button "查看" action auto \
|
|
button "返回" cb Last
|
|
|
|
kit tmuxs "终端" private "web.code.tmux" \
|
|
text "" name session imports plugin_session \
|
|
text "" name window imports plugin_window \
|
|
text "" name pane imports plugin_pane view char \
|
|
select "" name cmd values "favor buffer pane run"\
|
|
text "" name arg \
|
|
ueature detail "复制" "下载" "修改" \
|
|
button "执行"
|
|
|
|
kit image "镜像" private "web.code.docker" "image" \
|
|
text "" name pos imports plugin_REPOSITORY \
|
|
text "" name tag imports plugin_TAG \
|
|
exports IMAGE_ID IMAGE_ID "" REPOSITORY REPOSITORY "" TAG TAG "" \
|
|
feature detail "运行" "清理" "删除" "创建" \
|
|
button "查看"
|
|
|
|
kit volume "存储" private "web.code.docker" "volume" \
|
|
text "" name arg imports plugin_VOLUME_NAME \
|
|
exports VOLUME_NAME VOLUME_NAME \
|
|
button "查看"
|
|
|
|
kit network "网络" private "web.code.docker" "network" \
|
|
text "" name arg imports plugin_NETWORK_ID action auto \
|
|
exports NETWORK_ID NETWORK_ID \
|
|
button "查看"
|
|
|
|
kit container "容器" private "web.code.docker" "container" \
|
|
text "" name arg imports plugin_CONTAINER_ID \
|
|
exports CONTAINER_ID CONTAINER_ID \
|
|
feature detail "进入" "停止" "启动" "重启" "清理" "修改" "删除" \
|
|
button "查看" action auto
|
|
|
|
kit command "命令" private "web.code.docker" "command" \
|
|
text "" name tag imports plugin_CONTAINER_ID \
|
|
select "" name pkg values "apk apt yum" \
|
|
select "" name cmd values "base" \
|
|
text "" name arg view long \
|
|
button "执行"
|
|
|
|
kit git "记录" private "ssh._route" _ "web.code.git" \
|
|
text "" name pod imports plugin_pod \
|
|
text "" name dir imports plugin_path action auto \
|
|
select "status" name cmd values diff values status values commit values branch values remote values pull values push values sum values init \
|
|
exports branch branch \
|
|
button "查看" action auto
|
|
|
|
kit vim "编辑器" private "web.code.vim" \
|
|
select "bufs" name cmd values editor values prune values opens values cmds values txts values bufs values regs values marks values tags values fixs \
|
|
button "查看" action auto
|
|
|