Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 674 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 674 Bytes

greptty

Find paths of character devices with regexps.

Getting Started

greptty require Rust 1.46.0 or later. First, install it. We will provide executable binaries for Linux(amd64, arm) and Mac.

Installing

Clone this repository and execute next command at the repository directory.

cargo install --path .

Run examples

Detect and read usb_co2

usb_co2: https://github.com/realglobe-Inc/usb_co2

# macOS
./examples/detect_co2.sh /dev/cu.usbmodem

# Linux
./examples/detect_co2.sh /dev/ttyACM

License

This project is licensed under the MIT License - see the [LICENSE] file for details.