disable ANSI escapes when piping or redirecting output from beets
Open
feature
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 2.1k
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 31
Description
### Problem
When running beets like `beet subcommand > foo` or `beet subcommand | foocommand` the escape sequences show up in the output.
We should disable them like other colorized commands do.
Contributor guide
Assessment
This issue has not been assessed yet.