reveal-cli 0.1.0

Interactively reveal lines from a file or `stdin`, one line at a time.
[[bin]]
name = "reveal"
path = "src/main.rs"

[dependencies.nix]
features = ["fs"]
version = "0.29.0"

[package]
authors = ["Eddie Antonio Santos <hello@eddieantonio.ca>"]
categories = ["command-line-utilities"]
description = "Interactively reveal lines from a file or `stdin`, one line at a time."
edition = "2021"
keywords = ["cli", "filter", "interactive"]
license = "GPL-3.0-or-later"
name = "reveal-cli"
readme = "README.md"
repository = "https://github.com/eddieantonio/reveal"
version = "0.1.0"