Skip to content

ZayanMuhammed/termqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2025-10-12 141012

🧾 Terminal QR Generator

JavaScript MIT License

A super lightweight Node.js CLI tool that lets you instantly generate QR codes right in your terminal!
Perfect for Linux users who believe the command line is life 🖥️✨


🚀 Features

  • Generate QR codes directly in your terminal — no GUI nonsense 😎
  • Simple, fast, and dependency-light
  • Works on any platform that supports Node.js (but looks best on Linux, obviously)

📦 Installation

git clone https://github.com/ZayanMuhammed/cli-qr-code-maker
cd cli-qr-code-maker
npm install

▶️ Usage

Run the script:

node qr.js -i "Data to encode"

🪟 Windows Users

If you’re using the prebuilt qr.exe binary from the bin folder:

Copy the bin folder somewhere permanent (e.g. C:\Tools\qr_maker\bin)

Open PowerShell as Administrator and run:

setx PATH "$($env:PATH);C:\Path\to\qr_maker\bin" /M

Restart PowerShell and run:

qr -i "Hello World"
  • Boom 💥 — your QR code appears right in your terminal!

Authors 🕵️‍♂️

About

A super lightweight Node.js CLI tool that lets you instantly generate QR codes right in your terminal! Perfect for Linux users who believe the command line is life 🖥️✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors