This commit is contained in:
Eric Lay 2023-04-20 21:26:26 -05:00
parent c7a8454b94
commit cc36bf03c4
1 changed files with 2 additions and 3 deletions

View File

@ -11,10 +11,9 @@ https://github.com/rmccorm4/Pokefetch
## To-do ## To-do
* [ ] Rewrite arg parsing loop * [ ] Better arg parsing
* [ ] Drop `echo`, use `printf` instead
* [ ] Rewrite to use `PokeAPI` as data source * [ ] Rewrite to use `PokeAPI` as data source
* [ ] Refactor to allow user to choose local data source or from web * [ ] Refactor to allow user to choose local data source or from web
* [ ] Get sprites from `PokeAPI` if possible * [ ] Get sprites from `PokeAPI` if possible
* [ ] Work on TTS to read entries * [ ] Work on TTS to read entries
* [ ] Add `ripgrep` to filter on various attributes * [ ] Add ability to filter on various attributes