Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocavalcante/qr
Command line QR code generator for those who love tools that just work
https://github.com/tiagocavalcante/qr
cli just-works qrcode
Last synced: 3 months ago
JSON representation
Command line QR code generator for those who love tools that just work
- Host: GitHub
- URL: https://github.com/tiagocavalcante/qr
- Owner: TiagoCavalcante
- License: mit
- Created: 2023-01-03T02:44:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T17:52:55.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:46:14.682Z (8 months ago)
- Topics: cli, just-works, qrcode
- Language: Rust
- Homepage: https://crates.io/crates/qr-generator-cli
- Size: 1.12 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# qr
Command line QR code generator for those who love tools that just work
![Demo](https://user-images.githubusercontent.com/62714153/210298745-b0e54ce5-45b6-40d5-a8c7-c07fdc1558a5.gif)
## How to install?
Just execute the command bellow and you are ready to go:
```sh
wget -qO- https://raw.githubusercontent.com/TiagoCavalcante/qr/main/scripts/install.sh | bash
```## Build yourself
Building it yourself is very easy:
```sh
git clone https://github.com/TiagoCavalcante/qr
cargo build --release
./target/release/qr "Hello, world!"
█▀▀▀▀▀█ ▄ ▄▀ █▀▀▀▀▀█
█ ███ █ █ ▀▀▀ █ ███ █
█ ▀▀▀ █ ██▄▄▀ █ ▀▀▀ █
▀▀▀▀▀▀▀ █ █ ▀ ▀▀▀▀▀▀▀
▀ ▀██▀▀▄▄▀▀▀▄▄▀▀███ ▄
▄▄▀ ▄▀▄▀▀█▄██▀▄ ██▀
▀▀ ▀▀▀▀ █ ▀▄██▄▄ ▀
█▀▀▀▀▀█ ▄▀█ ██▀█ ▄██
█ ███ █ █▀▄▀▀▀▀▄█▄ ▀▀
█ ▀▀▀ █ ▀▀█▀█▄▀▀▄▄█
▀▀▀▀▀▀▀ ▀▀ ▀ ▀ ▀ ▀
```