go-alfred icon indicating copy to clipboard operation
go-alfred copied to clipboard

Alfred workflow utility library in Go

Results 4 go-alfred issues
Sort by recently updated
recently updated
newest added

``` panic: runtime error: index out of range [4] with length 3 goroutine 1 [running]: github.com/jason0x43/go-alfred.(*Workflow).updateAvailable(0x16bbbc0, 0x1041300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /Users/daniellin/go/src/github.com/jason0x43/go-alfred/workflow.go:654 +0x7b2 github.com/jason0x43/go-alfred.(*Workflow).UpdateAvailable(...) /Users/daniellin/go/src/github.com/jason0x43/go-alfred/workflow.go:442...

When i run alfred link, I got a error: `panic: plist: error parsing XML property list: XML syntax error on line 146: illegal character code U+0010 goroutine 1 [running]: github.com/jason0x43/go-alfred.LoadPlist(0xc000171300,...

Running `go install github.com/jason0x43/go-alfred/alfred` I get: ``` alfred/main.go:60:2: cannot find package "github.com/Masterminds/semver" in any of: /usr/local/go/src/github.com/Masterminds/semver (from $GOROOT) /Users/nikivi/go/src/github.com/Masterminds/semver (from $GOPATH) ``` Did I do something wrong?

I want to use `alfred` tool to modify this [Safari Assistant](https://github.com/deanishe/alfred-safari-assistant) workflow. I wanted to use `alfred link` command for it however I can't do that since that workflow does...

enhancement