No description
  • Python 65.4%
  • Vim Script 34.6%
Find a file
2025-06-22 01:00:02 +02:00
plugin initial commit 2025-06-21 14:44:06 +02:00
LICENSE initial commit 2025-06-21 14:44:06 +02:00
plugin.py comments 2025-06-22 01:00:02 +02:00
README.md comments 2025-06-22 01:00:02 +02:00

Use case

Display a QR code from something highlighted in visual mode (a URL?)

Features

  • detect light/dark mode and invert the QR code
  • do print from the plugin, such that there's no bothering about windows

requirements

  • vim with python3 support
  • qrencode CLI tool installed