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

insert and copy not working with filter "all" #122

Closed
bevicted opened this issue Jun 7, 2024 · 2 comments
Closed

insert and copy not working with filter "all" #122

bevicted opened this issue Jun 7, 2024 · 2 comments

Comments

@bevicted
Copy link

bevicted commented Jun 7, 2024

Tested on both OSX and GNU/Linux, with same results.

OSX

❯ /usr/bin/env bash --version
GNU bash, version 5.2.26(1)-release (x86_64-apple-darwin23.2.0)
...
❯ tmux -V
tmux 3.4
filter insert copy
word inserts copies
all pastes from clipboard does nothing
line inserts copies

GNU/Linux

❯ /usr/bin/env bash --version
GNU bash, version 5.2.26(1)-release (x86_64-pc-linux-gnu)
...
❯ tmux -V
tmux 3.4
filter insert copy
word inserts copies
all pastes from clipboard does nothing
line inserts copies

I've rebound my keys to ctrl-y to copy and enter to insert, so I thought I'd also do these tests without touching any configs of extrakto.
Same results, except interestingly, initially with the all filter insert did nothing and copy cleared my clipboard, until I copied something with the word filter, then it went back to the behaviour in the tables above.

laktak added a commit that referenced this issue Jun 8, 2024
@laktak
Copy link
Owner

laktak commented Jun 8, 2024

Thank you for catching this and for your detailed bug report! It should be fixed now.

@bevicted
Copy link
Author

bevicted commented Jun 8, 2024

Just tested it out on both platforms and it's working like a charm!

Thanks for the quick fix and super useful tool.

@bevicted bevicted closed this as completed Jun 8, 2024
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