grep-cli

Crates.iogrep-cli
lib.rsgrep-cli
version0.1.10
sourcesrc
created_at2018-09-05 03:25:00.019833
updated_at2023-11-26 19:13:05.407779
descriptionUtilities for search oriented command line applications.
homepagehttps://github.com/BurntSushi/ripgrep/tree/master/crates/cli
repositoryhttps://github.com/BurntSushi/ripgrep/tree/master/crates/cli
max_upload_size
id82993
size68,647
Andrew Gallant (BurntSushi)

documentation

https://docs.rs/grep-cli

README

grep-cli

A utility library that provides common routines desired in search oriented command line applications. This includes, but is not limited to, parsing hex escapes, detecting whether stdin is readable and more. To the extent possible, this crate strives for compatibility across Windows, macOS and Linux.

Build status

Dual-licensed under MIT or the UNLICENSE.

Documentation

https://docs.rs/grep-cli

NOTE: You probably don't want to use this crate directly. Instead, you should prefer the facade defined in the grep crate.

Usage

Add this to your Cargo.toml:

[dependencies]
grep-cli = "0.1"
Commit count: 1972

cargo fmt