jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Prevent use of color in command output to file #59

Closed ianthomas23 closed 1 month ago

ianthomas23 commented 1 month ago

When outputting commands that are colored, such as grep, to file, no color should be used. This is achieved here by not setting the TERM environment variable for the command.

Behaviour before this PR:

Screenshot 2024-09-23 at 08 34 32

and after:

Screenshot 2024-09-23 at 08 35 28