Skip to content

A simple barcode scanner reading /dev/input/ meant to be used with grocy.

Notifications You must be signed in to change notification settings

mrVanDalo/barcode-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barcode reader

flake to handle barcode readers

How to use

nix build
sudo ./result/bin/barcode-reader /dev/input/by-id/usb-<your-barcode-scanner> | \
while read line
do
  echo "Yey I just scanned this '$line'"
done

About

A simple barcode scanner reading /dev/input/ meant to be used with grocy.

Topics

Resources

Stars

Watchers

Forks