Sha256: 4a9e4f9fe51002b2085397710cd5a341b1411636ea34a8f4899d827951968f25

Contents?: true

Size: 179 Bytes

Versions: 114

Compression:

Stored size: 179 Bytes

Contents

#!/usr/bin/env ruby
#
## Little unix filter that uncolorizes any input stream.
#

require 'term/ansicolor'

include Term::ANSIColor

ARGF.each do |line|
  puts line.uncolored
end

Version data entries

114 entries across 98 versions & 16 rubygems

Version Path
term-ansicolor-1.11.2 bin/term_decolor
term-ansicolor-1.11.1 bin/term_decolor
term-ansicolor-1.11.0 bin/term_decolor
term-ansicolor-1.10.4 bin/term_decolor
term-ansicolor-1.10.3 bin/term_decolor
term-ansicolor-1.10.2 bin/term_decolor
term-ansicolor-1.10.1 bin/term_decolor
term-ansicolor-1.10.0 bin/term_decolor
term-ansicolor-1.9.0 bin/term_decolor
term-ansicolor-1.8.0 bin/term_decolor
term-ansicolor-1.7.2 bin/term_decolor
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/term-ansicolor-1.7.1/bin/term_decolor
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/term-ansicolor-1.7.1/bin/term_decolor