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 48 rich-cli issues
Sort by recently updated
recently updated
newest added

This PR introduces environment variable support for the most frequently used rich-cli options, allowing users to set persistent preferences without repeatedly passing flags. This enhancement builds on the existing RICH_THEME...

270fb75c6fd0fc11186e43857048119f9b224b2e

It doesn't seem to work nicely with Fish shell, in particular the TAB completion doesn't work well ```bash fish --version fish, version 4.0.2 rich --version 1.8.0 ``` To reproduce, have...

Since rich supports markdown tables, would it be possible for rich-cli to support them too? See also the comment by @daviewales in [#36](https://github.com/Textualize/rich-cli/issues/36#issuecomment-1654814804)

Summary This pull request introduces a new CLI flag --preprocess-ansi that preprocesses ANSI escape sequences before exporting to HTML or SVG. This ensures colored console output, logs, and piped text...

## Summary Adds a `--show-lines` CLI flag to control display of lines between rows in CSV tables. ## Changes - Added `--show-lines` click option to enable row separator lines in...

This commit adds the following alignment options: * --title-left * --title-right * --caption-left * --caption-right

## Proposed Enhancement I propose that options are added to align the title and caption in panel output. ## Background I've made a lot of use of these alignment options...