summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-03-26add provides/conflictsxiota
2024-03-10Update install pathsxiota
2022-05-21Add alternate formsadithyankv
-Adds the --form flag so that alternate forms of pokemon can be selected -Includes gmax, mega, regional and other miscellaneous alternate forms
2022-05-10Fix clipped spritesadithyankv
-Fix issue where some sprites were being clipped at the right and bottom
2022-05-05Change script to python. Add smaller sprites.adithyankv
- The script has been rewritten in python and now has the added dependency - Smaller pokemon sprites were added. The smaller sprites are now the new default (as these make more sense for most terminal + font-size combinations). The older larger sprites are still available under a --big flag - Adds an option to choose not to print the pokemon name
2022-03-13Add shiny pokemonadithyankv
-Adds option for printing out shiny versions of pokemon -Updates help and manuals to reflect the same
2021-08-23"Added option for using range of generations for random selection"Adithyan-KV
-A pokemon can now be selected randomly from a range of generations rather than a single generation -Range can be passed in as continuous range (eg. 1-3) or as a list of generations (eg. 1 3 6)
2021-08-20Added man pageAdithyan-KV
2021-08-19Added option to filter by generationAdithyan-KV
-Random pokemon can now be selected from specific generations
2021-08-11Initial commit for AUR packageAdithyan-KV