Files
u-tabs/config.example.yaml
绝尘 a027fe1703 新增: u-tabs 初始版本
Go TUI 项目启动器,基于 bubbletea v2 + lipgloss v2。
支持分组 Tab、多选启动、编号跳转、Windows Terminal 集成。
2026-05-16 21:01:03 +08:00

51 lines
1.2 KiB
YAML

# u-tabs 工作空间配置
# 复制为 config.yaml 放到 ~/.u-tabs/ 目录即可生效
# 优先级: ~/.u-tabs/config.yaml > exe同目录/config.yaml
groups:
- label: CORE
desc: 核心业务
base: 10
items:
- title: my-api
prompt: 主力后端服务
tech: "Go1.26/Gin · MySQL+Redis"
deploy: "生产服务器 | 8080 | api.example.com"
dir: "E:\\projects\\my-api"
- title: my-web
prompt: 前端管理后台
tech: "Vue3/Arco/Vite5+TS"
deploy: "Nginx静态 | - | admin.example.com"
dir: "E:\\projects\\my-web"
- label: LAB
desc: 实验室
base: 30
items:
- title: demo
prompt: 演示项目
tech: "Python/FastAPI"
deploy: "本地 | 3000 | 演示用"
dir: "E:\\lab\\demo"
- label: TOOLS
desc: 工具
base: 50
items:
- title: scripts
prompt: 运维脚本集
tech: "Bash/Python"
deploy: "本地 | - | 日常运维工具"
dir: "E:\\tools\\scripts"
- label: ME
desc: 个人
base: 60
items:
- title: 默认
prompt: Home 目录
tech: "默认工作区"
deploy: "本地 | - | 用户 Home 目录"
dir: "~"