colorized-logs 2.1-1 source package in Ubuntu

Changelog

colorized-logs (2.1-1) unstable; urgency=medium

  * New upstream bugfix release.

 -- Adam Borowski <email address hidden>  Tue, 05 Sep 2017 15:59:06 +0200

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
colorized-logs_2.1-1.dsc 1.5 KiB 3e1cc8700900f5d8e2aead4200215c8d0bddfd4f02e4d2d65a3d6ffe0ac43db8
colorized-logs_2.1.orig.tar.gz 9.8 KiB 52785d1cd809e6cf49e78f22c3cba850c408995c6fb573c162d0523eeb083de5
colorized-logs_2.1-1.debian.tar.xz 1.9 KiB 61d8a83ec7e0091ec7dfd6849675df3481ae0098fdb31ac587039c7123fc5774

No changes file available.

Binary packages built by this source

colorized-logs: tools for consuming logs with ANSI color

 Some tools like gcc, dmesg, grep --color, colordiff, ccze, etc can enhance
 their output with color, making reading a lot more pleasant. You can
 usually view that only on your terminal or with "less -R"; this package
 gives you:
  * ansi2html: convert logs to HTML
  * ansi2txt: drop ANSI control codes
  * ttyrec2ansi: drop timing data from ttyrec files
  * pipetty: makes a program think its stdout and stderr are connected to a
    terminal; use as a prefix: "pipetty dmesg|tee"
  * lesstty: pipe a program (as above) to "less -R"

colorized-logs-dbgsym: debug symbols for colorized-logs