From 11dea95ce2b27cb45ac1486e5c7f76249e48c237 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sat, 9 Mar 2024 15:42:29 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20with=20new=20f?= =?UTF-8?q?eatures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0751900..15d8a20 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,14 @@ Each separate output has its own set of configuration. So, replace `which-one` w ## Roadmap - [x] `drop` command. This is functional, and supports all the features of `drop-a-log` - + [ ] Don't add an extra blank line before new entries - + [ ] Add a new line at the end + + [x] Don't add an extra blank line before new entries + + [x] Add a new line at the end - [ ] Output log entries + [ ] A single date + [ ] a specific period of time + [ ] filter to specific logs + [ ] stdout - - [ ] plain text + - [x] plain text - [ ] JSON - [ ] YAML - [ ] Other formats? Submit an issue!