下载破解版

文章地址

功能使用

掘金地址

web搜索设置

alfred集成iterm2

  1. on alfred_script(q)
  2. if application "iTerm" is running or application "iTerm" is running then
  3. run script "
  4. on run {q}
  5. tell application \":Applications:iTerm.app\"
  6. activate
  7. try
  8. select first window
  9. set onlywindow to false
  10. on error
  11. create window with default profile
  12. select first window
  13. set onlywindow to true
  14. end try
  15. tell current session of the first window
  16. if onlywindow is false then
  17. tell split vertically with default profile
  18. write text q
  19. end tell
  20. end if
  21. end tell
  22. end tell
  23. end run
  24. " with parameters {q}
  25. else
  26. run script "
  27. on run {q}
  28. tell application \":Applications:iTerm.app\"
  29. activate
  30. try
  31. select first window
  32. on error
  33. create window with default profile
  34. select first window
  35. end try
  36. tell the first window
  37. tell current session to write text q
  38. end tell
  39. end tell
  40. end run
  41. " with parameters {q}
  42. end if
  43. end alfred_script

workflows

有道

https://github.com/whyliam/whyliam.workflows.youdao

修复alfred工作流错误

  • fixum修复工具下载
  • 导入Fixum-0.8.alfredworkflow修复工具
  • 打开alfred快捷搜索,输入fixum,选择fix workflows