From 7a787dd71a0ea33f07963a4348a05996076eab9d Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sat, 22 Apr 2023 22:15:02 -0500 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfcc233..e885bf0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Very simple fzf based pokedex I built for my son to enjoy ![Screenshot](https://github.com/ericlay/fuzzy-pokedex/blob/main/screenshot.png?raw=true) -Requires BeautifulSoup4, fzf, parallel, espeak-ng, pokemon-colorscipts and, any nerd font; all else should be there +Requires fzf, parallel, jq, espeak-ng, pokemon-colorscipts and, any nerd font; all else should be there ``` Use fzf to search Pokemon stats @@ -38,8 +38,8 @@ https://github.com/rmccorm4/Pokefetch ## To-do * [ ] Better arg parsing -* [ ] Rewrite to use `PokeAPI` as data source +* [ ] Rewrite to use `PokeAPI` as data source {Dev Branch 60%} * [ ] Refactor to allow user to choose local data source or from web -* [ ] Get sprites from `PokeAPI` if possible +* [ ] Get sprites from `PokeAPI` if possible {PR WELCOME!} * [ ] Work on TTS to read entries * [ ] Add ability to filter on various attributes