How can i customize it like when you search parrot.live it opens this and i wanna do it like this
SylesGH opened this issue · 4 comments
SylesGH commented
How can i customize it like when you search parrot.live it opens this and i wanna do it like this
AltraMage commented
What I get from this is you want to be able to search "parrot.live" and have it open the comand prompt and then run parrot.live.
There are multiple ways you can do this.
- "Curl parrot.live" this is probably the most simple way to do it, just press the windows start menu key and type in "curl parrot.live".
- Create a batch file. You can do this by making a new document in notepad and saving it as "{desired file name}.bat" and then after running it a few times it should show up in the search menu. You will have to select "All files" from the drop down menu when saving it.
mode con: cols=50 lines=19 curl parrot.live
I hope this helps, Feel free to dm me if you need anything else! :)
SylesGH commented
Thank you for helping but how can i do my own animation? when i write curl parrot.live it shows me a parrot but i want to customize it, example curl test.live and my custom animation play, is there a way to do that?
AltraMage commented
Right, for that you would make a new fork or download the code, cd into the frames folder and then update 0.txt - 9.txt into your new images. Then you would run.
hugomd commented
Closing as @AltraMage has provided a reasonable solution ✌🏻