-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Style" lost with "quit if one screen" option used #684
Comments
Thank you for your feedback and for bringing this issue to our attention. Currently, the I understand that you would like the colorization to be applied even when using the
As a workaround, you can try the following approaches:
export TCELL_ALTSCREEN=disable
df -h | ov -C |
Thank you for your assistance. I've always liked the idea of ov but it's this type of thing that always kept me away. My alias has always included "-F" because sometimes there are files that don't need the interaction and that saves time. I'm not too familiar with the console colorization schemes, but why can't the codes used to write the ascii colorization stick around? I suppose the only problem would be if it was in a pipe but many applications are capable of handling that. For example bat. I will give your suggestion a try and see if it's compatable with how I use the console. 👍🏻 Thanks for the input! |
Thank you. This is a big difference from other filter programs. To keep it after termination, it needs to be converted to ANSI escape sequences, merged, and reproduced. |
Name : ov-git
Version : 1:0.37.0.r68.gb82e1b1-1
System : Archlinux (linux 6.12.9-arch1-1)
When using "-F" colorization features don't work. For example if I do this:
df -h | ov -F -C
the colored line feature is dropped.
How should it work?
IMO you're asking for output to get alternate line colored so it should be, regardless of how the view is showed. It's important to note that -F is an option from ov itself, at least from --help, and is standard for more less-style apps.
Thanks for all the efforts!
The text was updated successfully, but these errors were encountered: