Skip to content

realglobe-Inc/greptty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

576d875 · Nov 8, 2020

History

32 Commits
Sep 8, 2020
Nov 4, 2020
Nov 3, 2020
Aug 27, 2020
Sep 10, 2020
Sep 10, 2020
Sep 10, 2020
Nov 3, 2020
Nov 3, 2020
Aug 27, 2020
Sep 23, 2020

Repository files navigation

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.