From 2ef42d31e2ca9e49ecc92f2251544af699d8ccca Mon Sep 17 00:00:00 2001 From: runebaas Date: Thu, 31 Oct 2019 01:38:21 +0100 Subject: [PATCH] Update readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e2229c4..bcfe3c8 100644 --- a/readme.md +++ b/readme.md @@ -12,4 +12,5 @@ It's primarily an educational project in which i aim to completely reimplement t - [x] Wait n amount of seconds before the program exits (the `-w` flag) - [x] Allow to filter with a pattern (the `-m` flag) - [x] Ignore case for the pattern (the `-i` flag) -- [ ] Allow multiple fortune cookie files +- [x] Allow multiple fortune cookie files +- [ ] Implement the `-f` flag