File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ getvar() {
12
12
export alfred_workflow_bundleid=$( getvar " bundleid" )
13
13
export alfred_workflow_version=$( getvar " version" )
14
14
export alfred_workflow_name=$( getvar " name" )
15
-
15
+ export alfred_workflow_data=" $HOME /Library/Application Support/Alfred 3/Workflow Data/$alfred_workflow_bundleid "
16
+ export alfred_workflow_cache=" $HOME /Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/$alfred_workflow_bundleid "
17
+ export alfred_debug=' 1'
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ func loadHosts(o *options) []ssh.Host {
554
554
}
555
555
hosts = append (hosts , sources .Hosts ()... )
556
556
557
- log .Printf ("%d host(s) loaded in %s" , len (hosts ), util .ReadableDuration (time .Since (start )))
557
+ log .Printf ("%d host(s) loaded in %s" , len (hosts ), util .HumanDuration (time .Since (start )))
558
558
return hosts
559
559
}
560
560
Original file line number Diff line number Diff line change 346
346
<dict >
347
347
<key >alfredfiltersresults </key >
348
348
<false />
349
+ <key >alfredfiltersresultsmatchmode </key >
350
+ <integer >0 </integer >
349
351
<key >argumenttrimmode </key >
350
352
<integer >0 </integer >
351
353
<key >argumenttype </key >
You can’t perform that action at this time.
0 commit comments