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

Replicate xclip behaviour #23

Merged
merged 1 commit into from
Oct 13, 2024
Merged

Conversation

aosasona
Copy link
Owner

When the binary is called without a command, it will:

  • paste the last item if nothing is piped in (bore)
  • copy if data was piped in (echo "Hello, world!" | bore)

@aosasona aosasona linked an issue Oct 13, 2024 that may be closed by this pull request
When the binary is called without a command, it will:
- paste the last item if nothing is piped in (`bore`)
- copy if data was piped in (`echo "Hello, world!" | bore`)
@aosasona aosasona force-pushed the 14-bring-behaviour-closer-to-xclip branch from 0be1d5d to e3f9b42 Compare October 13, 2024 21:47
@aosasona aosasona merged commit fc736e1 into master Oct 13, 2024
1 check passed
@aosasona aosasona deleted the 14-bring-behaviour-closer-to-xclip branch October 13, 2024 21:49
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

Successfully merging this pull request may close these issues.

Bring behaviour closer to xclip
1 participant