From 84fadd411d528755cd96f6f77bcc2672cf349d92 Mon Sep 17 00:00:00 2001 From: dogoncouch Date: Mon, 16 Apr 2018 15:11:20 -0400 Subject: [PATCH] Add logdissect - CLI utility and Python API for analyzing log files and other data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92628be..e2c471d 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [histstat](https://github.com/vesche/histstat) - History for netstat * [htop](https://github.com/hishamhm/htop) - A ncurses based interactive process viewer which aims to be a better `top` * [lnav](http://lnav.org) - An advanced log file viewer for the small-scale +* [logdissect](https://github.com/dogoncouch/logdissect) - CLI utility and Python API for analyzing log files and other data. * [ls++](https://github.com/trapd00r/ls--) - Colorized ls on steroids * [lsp](https://github.com/dborzov/lsp) - An improved `ls`, with file descriptions in plain language and intelligent file grouping * [mtr](https://github.com/traviscross/mtr) - The functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.