-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13c55d1
commit 0429936
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Output assets/demo.gif | ||
|
||
Require stew | ||
|
||
Set Shell "bash" | ||
Set FontSize 24 | ||
Set Width 1800 | ||
Set Height 600 | ||
Set Framerate 24 | ||
Set PlaybackSpeed 0.6 | ||
Set FontFamily "Menlo" | ||
|
||
# Install | ||
Type "stew install sharkdp/fd" | ||
Sleep 1s | ||
Enter@3s | ||
Ctrl+L | ||
|
||
# Search | ||
Type "stew search fzf" | ||
Sleep 1s | ||
Enter@2s | ||
Down@300ms 5 | ||
Sleep 750ms | ||
Up@300ms 5 | ||
Enter@2s | ||
Down@300ms | ||
Enter@1500ms | ||
Type "darwin" | ||
Down@300ms | ||
Enter@3s | ||
Ctrl+L | ||
|
||
# Upgrade | ||
Type "stew upgrade fzf" | ||
Sleep 1s | ||
Enter@3s | ||
Ctrl+L | ||
|
||
# List | ||
Type "stew list --tags" | ||
Sleep 1s | ||
Enter@3s | ||
Ctrl+L |