Crates.io | ngrv |
lib.rs | ngrv |
version | |
source | src |
created_at | 2025-03-27 03:04:12.292735+00 |
updated_at | 2025-03-27 03:04:12.292735+00 |
description | A terminal-based pipe viewer similar to `pv(1)` |
homepage | |
repository | https://github.com/sorairolake/ngrv |
max_upload_size | |
id | 1607476 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
ngrv (nagare viewer, 流れビューアー) is a terminal-based tool for
monitoring the progress of data through a pipeline written in Rust. It is
inspired by pv(1)
and can be used for similar purposes, but is not intended
as a drop-in replacement for it.
cargo install ngrv
The release page contains pre-built binaries for Linux, macOS and Windows.
Please see BUILD.adoc.
To watch the progress of compressing a .gz
file:
ngrv archive.tar | gzip > archive.tar.gz
A similar example that read a .tar
archive from standard input:
cat archive.tar | ngrv -s 4GiB | gzip > archive.tar.gz
[!TIP] If any inputs are not files or the size of the file cannot be queried, the progress bar will not be shown unless
-s
is specified.
--generate-completion
option generates shell completions to standard output.
The following shells are supported:
bash
elvish
fish
nushell
powershell
zsh
Example:
ngrv --generate-completion bash > ngrv.bash
Please see the following:
The upstream repository is available at https://github.com/sorairolake/ngrv.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
This program is inspired by pv
.
Copyright (C) 2025 Shun Sakai (see AUTHORS.adoc)
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.