reveal-cli 0.1.0

Interactively reveal lines from a file or `stdin`, one line at a time.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "reveal-cli"
version = "0.1.0"
description = "Interactively reveal lines from a file or `stdin`, one line at a time."
authors = ["Eddie Antonio Santos <hello@eddieantonio.ca>"]
license = "GPL-3.0-or-later"
repository = "https://github.com/eddieantonio/reveal"
keywords = ["cli", "filter", "interactive"]
categories = ["command-line-utilities"]

edition = "2021"

[[bin]]
name = "reveal"
path = "src/main.rs"

[dependencies]
nix = { version = "0.29.0", features = ["fs"] }