Ben Woodward

Results 54 comments of Ben Woodward

Aside from the `find` discrepancies, it appears that a couple of our Go dependencies may not build on openbsd ``` bsd# pwd /root/go/src/github.com/bndw/pick bsd# go build -o bin/pick . #...

@leonklingele applied the patch ```patch diff --git a/vendor/github.com/marcsauter/single/single_unix.go b/vendor/github.com/marcsauter/single/single_unix.go index 1f9990d..f716eb6 100644 --- a/vendor/github.com/marcsauter/single/single_unix.go +++ b/vendor/github.com/marcsauter/single/single_unix.go @@ -1,4 +1,4 @@ -// +build linux solaris darwin freebsd +// +build linux solaris...

Once that single PR lands, I'll give it another spin 🤞

@leonklingele confirmed myself on OpenBSD, thanks! 🎉

PR that applies the above diff on dependencies: https://github.com/bndw/pick/pull/185

- [x] Go code is now building on OpenBSD, NetBSD, and DragonFlyBSD - [ ] Resolve the Makefile compatibility issues, `find`, `shell`, et al

Reference for what install could look like with Go modules: https://github.com/gohugoio/hugo#fetch-from-github

A pluggable import feature would definitely be cool. I'd be happy to review a proposal if it's something you'd like to put together.

Proposed formats to support for import | Type | Reference lib | | ----- | ------------- | | 1password | https://github.com/miquella/opvault | | lastpass | https://gist.github.com/jmazzi/6118632 | | pwsafe.org |...

@srstevenson Thanks, added!