command-search-alfred:alfred命令搜索workflow

时间:2024-05-29 08:06:52
【文件属性】:

文件名称:command-search-alfred:alfred命令搜索workflow

文件大小:214KB

文件格式:ZIP

更新时间:2024-05-29 08:06:52

Go

Alfred一款命令搜索workflow 介绍 日常开发中要记住的一些长命令或者网址太多,打起来很费事,因此使用workflow帮助管理命令. 该workflow把命令分为key -> values形式,如下所示,key属于大分类,匹配到key后会显示其下全部value. 目前支持yaml格式(推荐)以及json配置,这里以yaml为例介绍字段含义 - key: 用于搜索指令 remark: 用于指令描述 tags: 辅助搜索关键词,可以不填写 values: - cmd: 搜索命中后展示的内容 remark: 命中后内容描述 eg:yaml格式 - key: ss remark: 搜索引擎 tags: sousuo,baidu,duoji values: - cmd: https://www.baidu.com/s?wd={clip_0


【文件预览】:
command-search-alfred-master
----action()
--------SearchAction.go(2KB)
----model()
--------commands.go(1KB)
----main.go(1KB)
----.gitignore(11B)
----assert()
--------dataTpl.yaml(520B)
--------yulan.gif(215KB)
----README.md(3KB)
----util()
--------FileUtils.go(754B)
----go.mod(94B)

网友评论