You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output is often long and I'd like to view it in a pager. I think pastel disables colour output when stdout is non-interactive. How can I force it not to ? I tried eg TERM=xterm-256color COLOR=always pastel -f list | less -R
The text was updated successfully, but these errors were encountered:
FWIW I also have not been able to get the pastel color command to force colorization. pastel paint yes, pastel color and pastel list, no. I would also really appreciate this feature if it's possible
I'm interested in this too, and I also love pastel! I wanted to use pastel as part of a color theme picker TUI. :) If you have fzf installed, here's a quick working demo of the same non-interactive mode not allowing the full typical output.
pastel random | pastel format | fzf --preview 'pastel color {}'
I also tried with pastel --color-mode 24bit --force-color color {} in the final preview step, no joy. Confirmed works with pastel paint {} 'quick brown fox lazy dog'
I love pastel, thanks!
Output is often long and I'd like to view it in a pager. I think pastel disables colour output when stdout is non-interactive. How can I force it not to ? I tried eg
TERM=xterm-256color COLOR=always pastel -f list | less -R
The text was updated successfully, but these errors were encountered: