-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The animated GIF in the README shows an user typing pip install pyscript-cli
, which is now outdated.
/cc @mattkram because I guess you are the one who knows how to recreate it :)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
mattkram commentedon Aug 30, 2022
Good catch! I believe I've got a script that can recreate it and I'd love it to be automated. Will look into it and at a minimum regenerate locally.
If anyone knows a good way to mock typing and generating a CLI GIF, I'm all ears! I've tried a few things in the past and never got fully where I wanted to be.
antocuni commentedon Aug 30, 2022
Ah, I thought you already had a working solution for that. A quick googling revealed this:
https://www.terminalgif.com/
although it would be nice to have a more automated way
marimeireles commentedon Aug 31, 2022
You can use quicktimeplayer for that... I guess?
I'm not sure if I had to use ffmpeg later to convert it to gif. But it comes in your mac and films your screen! :)