pokeshell icon indicating copy to clipboard operation
pokeshell copied to clipboard

Stop printing pokemon names and download full dataset

Open quentinmarolleau opened this issue 3 years ago • 2 comments

Hello, thanks for this very cool project.

I have the following config: image

I want to add pokeshell random,1, random,2, random,3, random random random to my fish_greeting.fish function to display a random team of 6 pokemons when opening a new terminal emulator window.

image

First, it would be nice to have the possibility not to display the disgracious list of pokemon names, on the top of the window.

Then, is there a way to force the downloading of the full dataset of sprites in the .cache directory, in order to always have a faster printing?

quentinmarolleau avatar Nov 10 '22 19:11 quentinmarolleau

These are some good ideas!

It should be simple enough to add a flag to disable the printing of the name. For downloading the full dataset I can add some scripts that when run will download all the files associated with that option. For example ./download-small-sprites.sh, ./download-big-sprites.sh, ./download-animated-sprites.sh.

Since holiday season is coming up, I don't know when I'll get around to adding this tho. But I'll def add it to the roadmap.

acxz avatar Nov 10 '22 20:11 acxz

Thanks, that is exactly the type of ideas I was thinking about.

Unfortunately I am not used to shell script developpement, and I do not think that I could help with this...

quentinmarolleau avatar Nov 10 '22 23:11 quentinmarolleau