diff --git a/README.md b/README.md index b292a41c..e472384e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ -flog - -# flog - -[![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/marcransome/flog?label=OpenSSF%20Scorecard)](https://securityscorecards.dev/viewer/?uri=github.com/marcransome/flog) [![CodeQL](https://github.com/marcransome/flog/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/marcransome/flog/actions/workflows/codeql-analysis.yml) [![Issues](https://img.shields.io/github/issues/marcransome/flog)](https://github.com/marcransome/flog/issues) [![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/mit-license.php) [![macOS](https://img.shields.io/badge/macOS-11+-blue)](https://www.apple.com/macos/) - -`flog` is a command-line tool for sending log messages to Apple's unified logging system and is primarily intended for use in scripts. +flog --- +
flog is a fast, script‑friendly tool for writing log messages to macOS’s unified logging system.
+
+
+ OpenSSF Scorecard + CodeQL + Issues + License + macOS +
+ ## Rationale > _Why not use `logger(1)`?_ @@ -142,10 +146,6 @@ just man The `flog.1` man page is output to the `man` directory and is converted from the source file `man/flog.1.md` using [Pandoc](https://github.com/jgm/pandoc). -## Acknowledgements - -* Trunk icon made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com/) - ## License `flog` is provided under the terms of the [MIT License](https://opensource.org/licenses/mit-license.php). diff --git a/images/flog.jpg b/images/flog.jpg new file mode 100644 index 00000000..8b81d091 Binary files /dev/null and b/images/flog.jpg differ diff --git a/images/trunk.png b/images/trunk.png deleted file mode 100644 index 53fcc18f..00000000 Binary files a/images/trunk.png and /dev/null differ