File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Create feature-rich bash scripts using simple YAML configuration
1313
1414---
1515
16- ![ demo] ( demo/cast.svg )
16+ ![ demo] ( demo/cast.gif )
1717
1818</div >
1919
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11; --------------------------------------------------
22; This script generates the demo svg
3+ ; NOTE: This should be executed in the demo folder
34; --------------------------------------------------
45#SingleInstance Force
56SetkeyDelay 0 , 50
67
7- ; NOTE: This should be executed in the demo folder
8-
98Outfile := " cast.svg"
109Template := " window_frame"
1110
@@ -19,6 +18,8 @@ Type(Command, Delay=2000) {
1918}
2019
2120F12 ::
21+ Type(" {#} Press F11 to abort at any time" )
22+ Type(" cd ./demo" )
2223 Type(" rm -rf myapp" )
2324 ; Type("termtosvg " Outfile " -t " Template)
2425 Type(" rm cast.json {;} asciinema rec cast.json" )
2930 Type(" {#} Create a sample Bashly configuration file" , 500 )
3031 Type(" bashly init" )
3132 Type(" vi src/bashly.yml" , 4000 )
32- Type(" :q! " , 500 )
33+ Type(" :exit " , 500 )
3334
3435 Type(" {#} Generate the bash script" , 500 )
3536 Type(" bashly generate" )
@@ -53,13 +54,16 @@ F12::
5354 ; Type("./cli download the-internet")
5455
5556 Type(" exit" )
56- Type(" cat cast.json | svg-term --out cast.svg --window" )
57+ Type(" agg --font-size 20 cast.json cast.gif" )
58+ Sleep 400
59+ Type(" cd .." )
60+ Type(" {#} Done" )
5761Return
5862
5963^F12 ::
6064 Reload
6165return
6266
63- ^x ::
67+ F11 ::
6468 ExitApp
6569return
You can’t perform that action at this time.
0 commit comments