Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytbryan/croc2qr
croc2qr is a simple command line wrapper for croc. It produces QR code for easy scanning. Written in Ruby.
https://github.com/ytbryan/croc2qr
croc
Last synced: about 4 hours ago
JSON representation
croc2qr is a simple command line wrapper for croc. It produces QR code for easy scanning. Written in Ruby.
- Host: GitHub
- URL: https://github.com/ytbryan/croc2qr
- Owner: ytbryan
- Created: 2023-08-09T02:33:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T14:14:51.000Z (over 1 year ago)
- Last Synced: 2024-04-15T01:16:33.672Z (7 months ago)
- Topics: croc
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Croc2QR
A simple ruby script to generate QR code from [croc](https://github.com/schollz/croc) code.
Usage:
## Send a file
```
./croc2qr
```
And a qr.svg will be generated at the same location as the filepath## Generate random qr code for croc code
```
./croc2qr -g
```
## receive using the last generated code```
./croc2qr -f
```## TODO
- [ ] -g or --generate to generate a random QR code for sending files
- [ ] -rl or --last start receiving using the last generated code
- [ ] organise QR code into directories and order it based on timing
- [ ] set a config file to control croc2qr
- [ ] history.txt to track the list of items sent
- [ ] Generate QR code into croc2qr location