Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<img alt="flog" src="images/trunk.png" width="180" align="right">

# 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.
<img alt="flog" src="images/flog.jpg">

---

<div align="center"><code>flog</code> is a fast, script‑friendly tool for writing log messages to macOS’s unified logging system.</div>
<br>
<div align="center">
<a href="https://securityscorecards.dev/viewer/?uri=github.com/marcransome/flog"><img src="https://img.shields.io/ossf-scorecard/github.com/marcransome/flog?label=OpenSSF%20Scorecard" alt="OpenSSF Scorecard"></a>
<a href="https://github.com/marcransome/flog/actions/workflows/codeql-analysis.yml"><img src="https://github.com/marcransome/flog/actions/workflows/codeql-analysis.yml/badge.svg?branch=main" alt="CodeQL"></a>
<a href="https://github.com/marcransome/flog/issues"><img src="https://img.shields.io/github/issues/marcransome/flog" alt="Issues"></a>
<a href="https://opensource.org/licenses/mit-license.php"><img src="https://img.shields.io/badge/license-MIT-blue" alt="License"></a>
<a href="https://www.apple.com/macos/"><img src="https://img.shields.io/badge/macOS-11+-blue" alt="macOS"></a>
</div>

## Rationale

> _Why not use `logger(1)`?_
Expand Down Expand Up @@ -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).
Expand Down
Binary file added images/flog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/trunk.png
Binary file not shown.
Loading