rainyl / Flow.Launcher.Plugin.ClipboardR

A Flow Launcher Plugin which saves your clipboard activity.
Apache License 2.0
20 stars 4 forks source link

Can I directly paste the selected item when I press enter #3

Closed HenryTSZ closed 1 year ago

rainyl commented 1 year ago

I am also really want to make it when starting developing this plugin (see https://github.com/rainyl/Flow.Launcher.Plugin.ClipboardR/blob/1bb96ec5932eda66403d87147f224ac2dfe148ef/src/ClipboardR/Main.cs#LL96C96-L96C96), but I'm afraid it is not possible for now due to the limitation of Flow.Launcher itself.

Flow will get focus when launched and they didn't provide a plugin API such as hide() or ClearFocus() to hide the mainwindow, I have tried Keyboard.ClearFocus() and it didn't work.

rainyl commented 1 year ago

I have opened an issue https://github.com/Flow-Launcher/Flow.Launcher/issues/2132 , you can keep focusing it.

HenryTSZ commented 1 year ago

I see that issue has been closed. Can it be supported when a new version is released?

rainyl commented 1 year ago

Yes, I opened a PR and they merged it quickly, but the new api can't be used until a new version published

HenryTSZ commented 1 year ago

Hi, the new version has been released: https://github.com/Flow-Launcher/Flow.Launcher/releases/tag/v1.16.0 When will this plugin be updated?

rainyl commented 1 year ago

Yes, I will release a new version in several days, maybe next week, for now, the preview version should work: https://github.com/rainyl/Flow.Launcher.Plugin.ClipboardR/releases/tag/v0.2.4.pre

If you have any problems, feel free to ask.

HenryTSZ commented 1 year ago

cool! It's work. thanks Looking forward to releasing the official version

rainyl commented 1 year ago

🎉 New version published. The plugin manager will detect and update it soon. https://github.com/rainyl/Flow.Launcher.Plugin.ClipboardR/releases/tag/v0.2.4

rainyl commented 1 year ago

This issue has been solved, I am going to close it, if anyone have questions, fell free to reopen it 😄