Update readme

This commit is contained in:
runebaas 2019-10-31 01:38:21 +01:00
parent cc99bd6462
commit 2ef42d31e2
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -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] Wait n amount of seconds before the program exits (the `-w` flag)
- [x] Allow to filter with a pattern (the `-m` flag) - [x] Allow to filter with a pattern (the `-m` flag)
- [x] Ignore case for the pattern (the `-i` 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