Registry / cli / pager
library0.16.1rscratesunverified

Helps pipe command output through an external pager like `less` or `more`.

# Cargo.toml [dependencies] pager = "0.16.1"
INSTALL
IMPORT
SIG · PAGER
P
pager
clirustv0.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pager
use pager::Pager;

Set up pager for terminal output.

use pager::Pager; fn main() { Pager::new().setup(); println!("This output will be paged if stdout is a terminal."); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Amazon
1
Resources
pager — cargo add pager · libregistry