o
odinpkg.dev
packages / tool / qr-fun

qr-fun

5e737fctool

Windows tool for showing a QR code of whatever is in the clipboard when a hotkey (ctrl+alt+q) is pressed.

No license · updated 2 weeks ago

Building

After getting started with Odin, you can build the project with:

odin build . -subsystem:windows

Running the executable while testing can be done with:

odin run .

Todo

  • Open window
  • Draw square
  • Draw fake QR
  • Real QR
  • Clipboard
  • "Open" hotkey
  • "Exit" hotkey
  • Close window when focus is lost
  • Remove borders
  • Open near cursor
  • Relative sizing
  • Always on top
  • Copy QR to clipboard

References