colorized-logs 2.6-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * dh 13.
  * watch format 4.

 -- Adam Borowski <email address hidden>  Sun, 05 Sep 2021 22:59:24 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
colorized-logs_2.6-1.dsc 1.9 KiB 70bfae8dfcc89799d872c452ac45ac58b48a3cd180a949617598816ae958f459
colorized-logs_2.6.orig.tar.gz 12.5 KiB d209d9fb45f5332ba4792624746f2bbbbcf425e6539fa69657e9602e2bee6570
colorized-logs_2.6-1.debian.tar.xz 2.2 KiB 5a2224d2bc9215ac34fb356fc5a17628162a204533a66d215a1830e755d62c04

Available diffs

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