alfred使用指南

feature

  • 文件夹

    • 前往
    • 搜索文件find
    • 查找包含指定内容的文件in
    • 前往下一层文件夹Command + ↓
    • 前往上一层文件夹:Command + ↑
    • 显示动作面板:
  • 网页搜索

    • features/web search设置
    • 百度::https://www.baidu.com/s?wd={query}
    • 知乎:https://www.zhihu.com/search?type=content&q={query}
    • Stack Overflow:https://www.stackoverflow.com/search?q={query}
    • Github: https://github.com/search?q={query}
  • 字典

    • 查询单词:define
  • 计算器

    • =开头可以计算sin,log等复杂式子
  • 常用语句

    • features/Snippets设置常用语句的快捷方式
      • 例如家庭住址,电话号码等
    • 最好使用//等前缀开头,避免不必要的触发
  • 系统命令

    • features/system中设置
    • 常用的有: lock来锁屏, hide最小化页面
  • terminal

    • features/terminal中设置
    • 用iterm2替换默认终端:https://link.zhihu.com/?target=https%3A//github.com/alanhg/others-note/issues/25
  • 剪切板历史

    • feature/clipboard history中设置,默认关闭

workflow

  • dash
    -https://github.com/Kapeli/Dash-Alfred-Workflow
  • github
    • https://github.com/gharlan/alfred-github-workflow
  • base64加密和解密
    • https://github.com/willfarrell/alfred-encode-decode-workflow
  • 内外网ip
    • https://github.com/alexchantastic/alfred-ip-address-workflow
  • 有道翻译
    • https://github.com/whyliam/whyliam.workflows.youdao
  • 字符串hash(md5, sha256等)
    • https://github.com/willfarrell/alfred-hash-workflow
  • 关闭程序
    • https://github.com/ngreenstein/alfred-pr
  • http code
    • http://www.packal.org/workflow/http-status-codes

你可能感兴趣的:(alfred使用指南)