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
You can use 'unbuffer' (from expect-dev packet) and 'aha' script (in debian repository).
Script 'aha' product nice html from terminal color output.
Try:
ls --color=true | aha
or if not work:
unbuffer ls --color=true | aha
Make eunit produce nice html and display it for easier reading
The text was updated successfully, but these errors were encountered: