Skip to content

Commit

Permalink
README.md move badges up
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Apr 16, 2024
1 parent 7a22f9f commit 6d67cdb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

Speedily search and merge log messages by datetime.

_Super Speedy Syslog Searcher_ (`s4`) is a command-line tool to search
and merge varying log messages from varying log files, sorted by datetime.
This includes log files that are compressed (`.gz`, `.xz`), or archived (`.tar`),
and binary format logs including acct, lastlog, and utmp accounting records
(`acct`, `pacct`, `lastlog`, `utmp`, `utmpx`, `wtmp`),
systemd journal logs (`.journal`), and Microsoft Event Logs (`.evtx`).
It will parse a variety of formal and ad-hoc log message datetime formats.

Datetime filters may be passed to narrow the search to a datetime range.

The first goal of `s4` is speedy searching and printing.

<!--
* Must update parameters `branch=` and `version=` per release; replace the version
-->
Expand All @@ -28,6 +16,18 @@ The first goal of `s4` is speedy searching and printing.
[![coveralls.io](https://img.shields.io/coverallsCoverage/github/jtmoon79/super-speedy-syslog-searcher?style=flat-square&logo=coveralls&logoColor=b94947&branch=0.6.70&version=0.6.70)](https://coveralls.io/github/jtmoon79/super-speedy-syslog-searcher?branch=0.6.70)
[![Commits since](https://img.shields.io/github.ghproxy.topmits-since/jtmoon79/super-speedy-syslog-searcher/0.6.70.svg)](https://github.com/jtmoon79/super-speedy-syslog-searcher/commits/main)

_Super Speedy Syslog Searcher_ (`s4`) is a command-line tool to search
and merge varying log messages from varying log files, sorted by datetime.
This includes log files that are compressed (`.gz`, `.xz`), or archived (`.tar`),
and binary format logs including acct, lastlog, and utmp accounting records
(`acct`, `pacct`, `lastlog`, `utmp`, `utmpx`, `wtmp`),
systemd journal logs (`.journal`), and Microsoft Event Logs (`.evtx`).
It will parse a variety of formal and ad-hoc log message datetime formats.

Datetime filters may be passed to narrow the search to a datetime range.

The first goal of `s4` is speedy searching and printing.

---

<!-- TOC generated by Markdown All In One -->
Expand Down

0 comments on commit 6d67cdb

Please sign in to comment.