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
|
||||
|
||||
### Other
|
||||
- build in cuddle instead of vhs
|
||||
- build first then run
|
||||
- clear screen after build
|
||||
- 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
|
||||
|
||||
cargo build --features example && clear
|
||||
|
||||
cuddle x record
|
||||
mkdir -p assets/gifs
|
||||
mv target/vhs/* assets/gifs
|
||||
|
@ -3,6 +3,9 @@ Set Theme "Dracula"
|
||||
Set Width 1200
|
||||
Set Height 1000
|
||||
Hide
|
||||
Type "cargo build --features example && clear"
|
||||
Enter
|
||||
Sleep 1s
|
||||
Type "./target/debug/gitnow --no-cache"
|
||||
Enter
|
||||
Show
|
||||
|
Loading…
Reference in New Issue
Block a user