Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilobyte/colorized-logs
tools for logs with ANSI color
https://github.com/kilobyte/colorized-logs
Last synced: 12 days ago
JSON representation
tools for logs with ANSI color
- Host: GitHub
- URL: https://github.com/kilobyte/colorized-logs
- Owner: kilobyte
- License: mit
- Created: 2017-08-21T03:47:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T09:40:28.000Z (9 months ago)
- Last Synced: 2024-06-20T17:37:20.047Z (5 months ago)
- Language: C
- Size: 934 KB
- Stars: 90
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
==============
colorized-logs
==============Here's a handful of tools for dealing with 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. The difference
can be as big as between slogging through twenty pages of a build log to
find a failure, and a swift drag of the scroller to do the same within a
second.Such colored logs can be usually viewed on a 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"