BurntSushi / xsv

A fast CSV command line toolkit written in Rust.
The Unlicense
10.35k stars 321 forks source link

feature request: write stdout to pager command #298

Open tekumara opened 2 years ago

tekumara commented 2 years ago

eg: when the output of xsv is being sent to stdout, pipe the output to the command specified by the env var XSV_PAGER if it is set.

This would allow output for stdout to be automatically processed by eg: less -F or xsv table (or both), similar to other cli tools (eg: the aws cli).