5 Star 4 Fork 0

庭上杨柳/SideBarTmpl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Side Bar.sublime-menu 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
arch 提交于 2016-03-23 20:41 +08:00 . post by post.bat
[
{
"caption": "日志助手",
"id": "diary-post-helper",
"children":[
{
"caption": "新建Markdown日志",
"command": "new_file_by_template",
"args": {
"paths": [],
"template": "post.tmpl"
}
},
{
"caption": "一键提交日志",
"command": "one_key_commit",
"args": {
"paths": []
}
},
{
"caption": "新建HTML文件",
"command": "new_file_by_template",
"args": {
"paths": [],
"template": "html.tmpl"
}
},
{
"caption": "从当前目录打开客户端",
"command": "open_terminal",
"args": {
"paths": []
}
},
{
"caption": "从工程目录打开客户端",
"command": "open_terminal_from_project",
"args": {
"paths": []
}
}
]
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tingyang/SideBarTmpl.git
git@gitee.com:tingyang/SideBarTmpl.git
tingyang
SideBarTmpl
SideBarTmpl
master

搜索帮助