-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random forms don't work #7
Comments
Can you post the command you ran and the output of the command? Make sure to copy paste the next empty prompt that shows up right after running the command. As for piping the output to neofetch, I think its possible but not sure off the top of my head. Let me think about that one for a bit. |
Great! Glad to hear that works on your machine.
I'm guessing you are using iTerm2?
You seem to have found an edge case, there is a bug with random and forms. |
Sweet! Yea both iTerm2 and kitty backends had that issue where they wouldn't necessarily upscale.
Looks like ur lucky pokemon of the day!
Basically the script is trying to find a animated sprite for a pokemon called |
I'll have to add an option for that
Nice some progress, hmm maybe I could separate the display from fetching the images. Then you could just use the output of that directly in neofetch, although it may not look as good since chafa doesn't have a pixel perfect mode. If you want to piggy back off of your cached images, try this in your neofetch config:
Note: you should tweak I'll make a faq on try to improve the neofetch experience once I iron out some of the more fundamental issues, like chafa pixel perfect and random forms. |
i see, the resolution isnt soo good and I cant get a fast response time either. Will leave configuring this for now. Thanks btw! You can close this issue whenever you see fit! |
@Blakeinstein I believe with hyfetch you can get the results that you want. See the following README section: https://github.com/acxz/pokeshell#hyfetch Right now only ascii works well, but I'll add true image soon as well. For a fast response, you'll have to use pokescript (neo branch) which I still need to write the readme for, but is usable. |
I figured the same, I also posted this solution on pokeshell alternatives as well. Only speed is the problem now haha, maybe animated sprites would work someday too. |
Should be possible, just need to display the text before the gif and that should work. |
I am running into issues against
shuf
missing in osx.Looking on the internet, I need to install coreutils but that installs shuf as gshuf.
What do I do?
And can I pipe the output of this to neofetch? (using command output?)
The text was updated successfully, but these errors were encountered: