Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ARwMq9b6/qrs
Quick Response Sharing
https://github.com/ARwMq9b6/qrs
cli qrcode rust share sync
Last synced: 3 months ago
JSON representation
Quick Response Sharing
- Host: GitHub
- URL: https://github.com/ARwMq9b6/qrs
- Owner: ARwMq9b6
- License: other
- Created: 2017-03-29T06:25:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T03:14:48.000Z (over 7 years ago)
- Last Synced: 2024-07-18T11:05:47.804Z (4 months ago)
- Topics: cli, qrcode, rust, share, sync
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
qrs
===[![crates.io](https://img.shields.io/crates/v/qrs.svg)](https://crates.io/crates/qrs) | [![Travis status](https://api.travis-ci.org/ARwMq9b6/qrs.svg?branch=master)](https://travis-ci.org/ARwMq9b6/qrs) [![Appveyor status](https://ci.appveyor.com/api/projects/status/pakhhlbpca7a475i/branch/master?svg=true)](https://ci.appveyor.com/project/ARwMq9b6/qrs)
Share text/file via QR code.
Installing
----------### Binaries ###
See [the releases page](https://github.com/ARwMq9b6/qrs/releases)
### Compiling Yourself ###
[Install Rust toolchain](https://www.rust-lang.org/downloads.html) and then
```bash
$ cargo +nightly install qrs
```Quick Tour
----------[![Quick Tour](https://asciinema.org/a/1t69fduw7mq4q2c8q8uowu9m0.png)](https://asciinema.org/a/1t69fduw7mq4q2c8q8uowu9m0)
License
-------```
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return ARwMq9b6
* ----------------------------------------------------------------------------
*/
```