simon-git: filter (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Oct 2 18:51:14 BST 2018


TL;DR:
  9f6de23 New filter program: 'noprogress'.

Repository:     https://git.tartarus.org/simon/filter.git
On the web:     https://git.tartarus.org/?p=simon/filter.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-10-02 18:51:14

commit 9f6de23534c305c80b9a9964caa9130181667df9
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=9f6de23534c305c80b9a9964caa9130181667df9;hp=de0fe7cc5a152158872a1ad1c4634748252861b9
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Oct 2 18:49:04 2018 +0100

    New filter program: 'noprogress'.
    
    The idea was that I could use this to pipe my 'ninja' build output to
    'less' and not lose the colourised compiler diagnostics. Unfortunately
    I realised, as soon as I came to test it on a live example, that
    ninja's own terminal-device gymnastics have already suppressed the
    default colourised compiler diagnostics before this program gets to do
    anything. So it's not actually useful for what I hoped it would be -
    you might as well just pipe ninja's output directly to less without
    putting this business in between.
    
    But it may come in useful for something else, so I'll keep it for the
    moment.

 Makefile.am  |   3 +-
 noprogress.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 150 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list