https://github.com/idlesign/qrcoder
Plugin for IntelliJ IDEs featuring QR code popups
https://github.com/idlesign/qrcoder
ide intellij-plugin plugin pycharm-plugin
Last synced: 5 months ago
JSON representation
Plugin for IntelliJ IDEs featuring QR code popups
- Host: GitHub
- URL: https://github.com/idlesign/qrcoder
- Owner: idlesign
- License: bsd-3-clause
- Created: 2019-01-22T12:02:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T13:01:44.000Z (over 7 years ago)
- Last Synced: 2025-10-20T11:41:22.984Z (8 months ago)
- Topics: ide, intellij-plugin, plugin, pycharm-plugin
- Language: Java
- Homepage: https://github.com/idlesign/qrcoder
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
QRCoder
=======
https://github.com/idlesign/qrcoder
Description
-----------
*Plugin for IntelliJ IDEs featuring QR code popups*
Could be useful for presentations when you need to generate QR for some string, e.g. link.
Plugin: https://plugins.jetbrains.com/plugin/11581-qrcoder
.. image:: static/shot.png
How to use
----------
* Install the plugin and restart IDE;
* Select text you want to represent as QR code;
* Press ``AltGr + Q`` to trigger QR code popup.
**Note:** You can bind a custom keystroke for "Show QR Code" action in ``Keymap``.
Acknowledgements
~~~~~~~~~~~~~~~~
Uses http://goqr.me service to generate QR code images.