+++ This bug was initially created as a clone of Bug #1034631 +++ Description of problem: The output of xzgrep, xzegrep and xzfgrep should be colored by default. Version-Release number of selected component (if applicable): xz-5.1.2-6alpha.fc20.x86_64 How reproducible: Every time Steps to Reproduce: 1. Run interactively one of the commands on a compressed file, e.g.: xz < /etc/fedora-release | xzgrep Fedora Actual results: No colored output. Expected results: Colored output. Additional info: This command: xz < /etc/fedora-release | xzgrep --color=auto Fedora has colored output. See original bug for details on how to implement this.
This is committed now to Rawhide (f22): http://pkgs.fedoraproject.org/cgit/xz.git/commit/?id=9907793ad89ae939e458a7 Christian, thanks for this RFE.