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

Add Clipboard Option #4

Open
corylanou opened this issue Sep 22, 2017 · 2 comments
Open

Add Clipboard Option #4

corylanou opened this issue Sep 22, 2017 · 2 comments

Comments

@corylanou
Copy link

I've used this tool https://github.com/benbjohnson/goo by @benbjohson. Copies the first "failure" to your buffer to cut/paste into your editor.

My workflow tends to always be running tests on save, and because this tool copies the first failure to the clipboard, I can quickly jump to the code in my editor (vim for me). I also use it for things like go build as well, but that may not apply to this project.

I understand this is a fairly specialized request, so feel free to close this issue if you feel it isn't worth adding.

@rakyll
Copy link
Owner

rakyll commented Sep 25, 2017

I don't think copying by default is the expected behavior for those who cares about what's already in their clipboard, it might be better to address this problem outside of this tool maybe. For example, piping the output to another tool that copies it to the clipboard.

@corylanou
Copy link
Author

I was thinking of enabling it via a flag option, not by default. I agree you wouldn't expect that as default behavior.

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