Compare commits
1 Commits
c725af45db
...
78155dff79
Author | SHA1 | Date | |
---|---|---|---|
|
78155dff79 |
@ -18,7 +18,6 @@ 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,8 +4,6 @@ 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,6 +3,9 @@ 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