TermiT / Flycut

Clean and simple clipboard manager for developers
MIT License
2.48k stars 205 forks source link

feature request: display QR code #261

Open jspraul opened 2 years ago

jspraul commented 2 years ago

Can you include an option to display the clipboard content as a QR code?

eg. https://langui.net/qr-clipboard

MarkJerde commented 2 years ago

Hi @jspraul I’m guessing you’d like to copy a bunch of things and then quickly step through them transferring to another device by camera? Otherwise it sounds like you’ve found a great tool for your need in the example you mentioned.

I’d say QR code generation is pretty far out of scope for a pasteboard history manager. If you set your Flycut history size to the number of clippings you want to transfer and enable wraparound bezel it would be pretty easy to use the app you mentioned by just opening the bezel, tapping the up arrow to get to the oldest clipping, press Fn-Return to put it in the pasteboard, and then switch to the QR app. Since Fn-Return moves the clipping to the top of the stack, that same sequence could be repeated until everything has been transferred.

Hope this helps, Mark

jspraul commented 2 years ago

The qr-clipboard app is no longer available.

Thanks for your time!