rich-cli icon indicating copy to clipboard operation
rich-cli copied to clipboard

Rich-cli is a command line toolbox for fancy output in the terminal

Results 34 rich-cli issues
Sort by recently updated
recently updated
newest added

I'm using rich-cli in my latest semi-stealth project at https://github.com/hynek/hatch-fancy-pypi-readme and I've noticed that I can set the width of the output, but the SVG export will always be the...

enhancement

Small commit to allow setting `--hyperlinks` via the `RICH_HYPERLINKS` environment variable, so users can export this in their shell rc file and always have hyperlinks enabled. ![Kapture 2022-07-31 at 09...

Hi team, I've just discovered Rich and this CLI and I'm a big fan. Thanks for making this such an awesome tool! While using it, I quickly noticed a desire...

Rendering TSV (tab-separated values) works when passing a file name: ``` rich temp.tsv ``` But it fails for the same file when passing as stdin (`-`) with error "Could not...

I have a log file where each line is a JSON record. It would be handy to be able to use `rich` to pretty-print the log file to make it...

Every time I use `--pager` my fingers bang helplessly on the spacebar until I remember that I have to use pageup/pagedown, etc. Any chance you could allow the spacebar to...

enhancement

Since `rich` uses itself to display the output of `--help`, it would be useful to process the switches affecting the output format when crafting the `--help` output. ```console $ unset...

I use Windows Terminal, with a Cygwin shell in it. Using `rich` on, for example, `json.py` from your rich repository, everything seems fine. When I add the `--pager` option, the...

pv command is great for making progress bars on the command line, but it could be implemented in rich and be so much prettier. please consider adding the equivalent of...

For example, the `mosquitto_sub` command can print data received through MQTT. It has a built-in formatting option using the `-F` flag. But I would like to have a better looking...