TermiT / Flycut

Clean and simple clipboard manager for developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome! However, 1password

kovkev opened this issue · comments

Hi! This application is awesome, thank you very much.

However, I believe it should have a configuration for a list of applications from which not to retain the clipboard. Namely - 1password. What do you think?

How would one go about implementing this feature in the codebase?

Thank you,

kovkev

Excluding based on the current app is not possible on macOS (see #225 and search the project’s issue reports on GitHub for a lot of other discussion). I’m not sure if 1Password includes any identifying pboardtypes, but if it did that could provide a way to identify that a clipping came from 1Password and exclude it. (See the Apple tool / demo project mentioned here: #127 (comment) ) Otherwise, search the issues and read more about the other options Flycut provides that might fit your needs.

Hope this helps,
Mark

Hi,

i had the same problem with Flycut and 1Password passwords in the clipboard history. What i did is to compile Flycut by my self with the latest master commit. I did this because of this change which is not in version 1.9.6 (#117). With that version 1Password passwords where not a problem for me anymore, because Flycut does not put them into the clipboard history.

Best Regards
Noxaro

When is it going to be the next release out, I really want the 1password functionality

I'm on 1.9.6(9) as installed from the macOS App Store and could really do with this functionality.

Looks like it has been over two years since this release.

@Noxaro are you able to provide information about how to compile/install Flycut ourselves?

commented

Hi,

i did nothing special. I opened the project with XCode and replaced the Key with my own AppleID.
Maybe @TermiT can say something about a new release? I'll try to reconstruct my way to it, if there is no feedback about a new release.

Best Regards