alfredo:Alfred 2工作流程的包装器脚本

时间:2024-04-21 16:40:32
【文件属性】:

文件名称:alfredo:Alfred 2工作流程的包装器脚本

文件大小:7KB

文件格式:ZIP

更新时间:2024-04-21 16:40:32

Ruby

阿尔弗雷多 Alfredo是Alfred 2的新Workflow系统的包装。 它根据的信息生成XML响应。 安装 $ gem install alfredo 用法 使用Alfredo非常简单: require 'alfredo' # set up the workflow workflow = Alfredo :: Workflow . new # you can add as many items as you want like this: workflow << Alfredo :: Item . new ( ... ) # At the end of your script call: workflow . output! 可用于Alfredo::Item.new参数为: title (在结果中以粗体显示) subtitle (显示在标题下方,以较小的文字显示) arg


【文件预览】:
alfredo-master
----.travis.yml(83B)
----alfredo.gemspec(988B)
----Rakefile(28B)
----Gemfile(92B)
----Gemfile.lock(562B)
----spec()
--------item_spec.rb(3KB)
--------workflow_spec.rb(1KB)
--------spec_helper.rb(18B)
----.gitignore(141B)
----lib()
--------alfredo()
--------alfredo.rb(95B)
----README.md(2KB)
----LICENSE.txt(1KB)

网友评论