Add logdissect - CLI utility and Python API for analyzing log files and other data

This commit is contained in:
dogoncouch 2018-04-16 15:11:20 -04:00 committed by Caleb Xu
parent 8da9e1ac25
commit 84fadd411d
1 changed files with 1 additions and 0 deletions

View File

@ -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.