Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux binary releases? #3

Open
davidshepherd7 opened this issue Nov 11, 2015 · 4 comments
Open

Linux binary releases? #3

davidshepherd7 opened this issue Nov 11, 2015 · 4 comments

Comments

@davidshepherd7
Copy link

Is it possible to make binary release with go?

@robbiev
Copy link
Owner

robbiev commented Nov 14, 2015

There are binary releases for OS X, see the releases tab in GitHub. What platform do you use?

@davidshepherd7 davidshepherd7 changed the title Binary releases? Linux binary releases? Nov 14, 2015
@davidshepherd7
Copy link
Author

Oh, yeah sorry I meant to say Linux.

If you like I could have a go setting up Travis to build Linux binaries? (I've been messing with it recently and it would be interesting.)

@robbiev
Copy link
Owner

robbiev commented Nov 14, 2015

Sure that would be great! One reason I never did it is that cross compilation was a pain before Go 1.5.

@davidshepherd7
Copy link
Author

Hey, just to keep you up to date: I started on this but I found that numberwang doesn't work quite how I would like it to on Linux. It copies the results to the clipboard instead of the X11 "primary selection", but unfortunately in most shells the clipboard is difficult to access (and people use the primary selection instead). The use of the clipboard is hard coded in attoto/clipboard so that might be tricky to change.

I'm trying to add a flag to send the output to stdout instead. Then it's a trivial shell alias to put the file list in the selection. It needs some more work though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants