Skip to content

ytbryan/croc2qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Croc2QR

A simple ruby script to generate QR code from croc code.

Usage:

Send a file

./croc2qr <filepath>

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

About

croc2qr is a simple command line wrapper for croc. It produces QR code for easy scanning. Written in Ruby.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages