Compare commits
2 Commits
78155dff79
...
c725af45db
Author | SHA1 | Date | |
---|---|---|---|
|
c725af45db | ||
1eee1d9f3e |
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- *(deps)* update rust crate bytes to v1.7.2
|
- *(deps)* update rust crate bytes to v1.7.2
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
- build in cuddle instead of vhs
|
||||||
- build first then run
|
- build first then run
|
||||||
- clear screen after build
|
- clear screen after build
|
||||||
- fix warnings
|
- fix warnings
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 422 KiB |
@ -4,6 +4,8 @@ rm -r assets/gifs
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
cargo build --features example && clear
|
||||||
|
|
||||||
cuddle x record
|
cuddle x record
|
||||||
mkdir -p assets/gifs
|
mkdir -p assets/gifs
|
||||||
mv target/vhs/* assets/gifs
|
mv target/vhs/* assets/gifs
|
||||||
|
@ -3,9 +3,6 @@ Set Theme "Dracula"
|
|||||||
Set Width 1200
|
Set Width 1200
|
||||||
Set Height 1000
|
Set Height 1000
|
||||||
Hide
|
Hide
|
||||||
Type "cargo build --features example && clear"
|
|
||||||
Enter
|
|
||||||
Sleep 1s
|
|
||||||
Type "./target/debug/gitnow --no-cache"
|
Type "./target/debug/gitnow --no-cache"
|
||||||
Enter
|
Enter
|
||||||
Show
|
Show
|
||||||
|
Loading…
Reference in New Issue
Block a user