BurntSushi / xsv

A fast CSV command line toolkit written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: write stdout to pager command

tekumara opened this issue · comments

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).