1
0
forked from x/ContextOS
2019-11-06 03:30:15 +08:00

68 lines
2.5 KiB
Plaintext

kit shell "命令行" 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 \
exports path path \
text "" name txt \
feature display editor \
button "搜索" \
button "返回" cb Last
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 "context" 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 \
text "" name cmd \
exports session session "" window window "" pane pane "" \
feature detail "复制" "下载" "修改" \
button "查看" action auto \
button "返回" cb Last
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 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" "container" \
text "" name tag imports plugin_CONTAINER_ID \
text "pwd" name cmd view long \
button "执行"
kit network "网络" private "web.code.docker" "network" \
text "" name arg imports plugin_NETWORK_ID action auto \
exports NETWORK_ID NETWORK_ID \
button "查看"
kit volume "存储" private "web.code.docker" "volume" \
text "" name arg imports plugin_CONTAINER_ID \
exports CONTAINER_ID CONTAINER_ID \
button "查看"
kit git "记录" private "ssh._route" _ "web.code.git" \
text "" name pod imports plugin_pod \
text "" name dir imports plugin_path action auto \
select "" name cmd values diff values status values commit values sum values init \
button "查看"
kit vim "编辑器" private "ssh._route" _ "web.code.vim" \
text "" name pod imports plugin_pod \
select "" name cmd values opens values bufs values regs values tags \
button "查看"