Skip to content

Commit 8631cd3

Browse files
committed
Rename AwGo method calls
1 parent 899f8be commit 8631cd3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

alfred_env.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ getvar() {
1212
export alfred_workflow_bundleid=$( getvar "bundleid" )
1313
export alfred_workflow_version=$( getvar "version" )
1414
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'

cmd/assh/assh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func loadHosts(o *options) []ssh.Host {
554554
}
555555
hosts = append(hosts, sources.Hosts()...)
556556

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)))
558558
return hosts
559559
}
560560

info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@
346346
<dict>
347347
<key>alfredfiltersresults</key>
348348
<false/>
349+
<key>alfredfiltersresultsmatchmode</key>
350+
<integer>0</integer>
349351
<key>argumenttrimmode</key>
350352
<integer>0</integer>
351353
<key>argumenttype</key>

0 commit comments

Comments
 (0)