Skip to content

tty handling #7

@ghost

Description

Most utilities detect if the standard output is a tty and don't output control characters (ANSI or other like termcap) when it's not a tty device.

I appreciate that there are command line arguments to toggle outputting ANSI codes (-c).
It provides flexibility, but by default it is expected from utilities to emit control characters only on tty capable outputs.

So the issue is that exifprobe defaults to always output ANSI control codes irrespectively of the presence of a tty.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions