chore: add demo
ci/woodpecker/push/goreleaser Pipeline was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2022-10-28 23:19:07 -05:00
parent e8563831d4
commit 2512fe617f
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
3 changed files with 47 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Retrieves data from the [caniuse repository](https://github.com/Fyrd/caniuse).
Largely based off of [caniuse-cmd](https://github.com/sgentle/caniuse-cmd), with fewer flags.
<img width="750" height="450" src="assets/demo.gif" alt="demo" />
## License
[MIT](LICENSE)

BIN
assets/demo.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

45
assets/demo.tape 100644
View File

@ -0,0 +1,45 @@
Output demo.gif
Set FontSize 20
Set Width 1500
Set Height 900
Set PlaybackSpeed 0.75
# Catppuccin Mocha
Set Theme { "black": "#45475a", "red": "#f38ba8", "green": "#a6e3a1", "yellow": "#f9e2af", "blue": "#89b4fa", "purple": "#f5c2e7", "cyan": "#94e2d5", "white": "#bac2de", "brightBlack": "#585b70", "brightRed": "#f38ba8", "brightGreen": "#a6e3a1", "brightYellow": "#f9e2af", "brightBlue": "#89b4fa", "brightPurple": "#f5c2e7", "brightCyan": "#94e2d5", "brightWhite": "#a6adc8", "background": "#1e1e2e", "foreground": "#cdd6f4", "selectionBackground": "#585b70", "cursorColor": "#f5e0dc" }
Hide
Type 'wget -O caniuse.tar.gz https://git.jojodev.com/attachments/cf94b6d5-7672-4825-9543-e68ed51b61c4'
Enter
Sleep 5s
Type 'tar -xzf caniuse.tar.gz caniuse'
Enter
# Initialize the caniuse cache
Type './caniuse cache'
Enter
Type 'clear'
Enter
Show
# Demo
Type './caniuse websockets'
Sleep 500ms
Enter
Sleep 3s
Type 'clear'
Sleep 200ms
Enter
Type './caniuse forms'
Sleep 500ms
Enter
Sleep 5s
# End demo
Hide
Type 'rm caniuse.tar.gz'
Enter
Type 'rm caniuse'
Enter