Execute commands in a pseudo-terminal even when output is redirected
Wrapper to exec a command in a pty, even if redirecting the output
faketty$ faketty npm test > test-output.log$ faketty curl -# https://example.com/largefile.zip > file.zip$ faketty ./deploy.sh | tee deployment.log