导航
导航
文章目录
  1. 下载破解版
  2. 功能使用
  3. web搜索设置
  4. alfred集成iterm2
  5. workflows
  6. 修复alfred工作流错误

alfred工具

下载破解版

文章地址

功能使用

掘金地址

web搜索设置

alfred集成iterm2

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

workflows

有道

https://github.com/kaiye/workflows-youdao/

修复alfred工作流错误

  • fixum修复工具下载

  • 导入Fixum-0.8.alfredworkflow修复工具

  • 打开alfred快捷搜索,输入fixum,选择fix workflows