Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Jan 6, 2024
1 parent c1cb3a1 commit cf9f466
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 13 deletions.
Binary file modified img/screenshots/All_Jobs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/All_Tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/Allocation_Statistics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/Exec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/Global_Events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions img/screenshots/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# All Jobs
![](./All_Jobs.png)
# All Tasks
![](./All_Tasks.png)
# Allocation Statistics
![](./Allocation_Statistics.png)
# Exec
![](./Exec.png)
# All Tasks
![](./All_Tasks.png)
# Global Events
![](./Global_Events.png)
# All Jobs
![](./All_Jobs.png)
# Allocation Statistics
![](./Allocation_Statistics.png)
# Save Any View to Local File
![](./Save_Any_View_to_Local_File.png)
# Task Logs
Expand Down
Binary file modified img/screenshots/Save_Any_View_to_Local_File.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/Task_Logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/Tasks_for_Job.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/wander.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion scripts/gif_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ open ../img/wander.gif
mv ~/.wander.{yaml.tmp,yaml}
rm -f my_logs.txt
rm -f ../img/screenshots/README.md
for file in ../img/screenshots/*.png; do
# for files in ../img/screenshots/*.png sorted by modification time
for file in $(ls -t ../img/screenshots/*.png); do
filename=$(basename -- "$file")
filename="${filename%.*}"
echo "# ${filename//_/ }" >> ../img/screenshots/README.md
Expand Down
20 changes: 14 additions & 6 deletions scripts/vhs.tape
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ Show
Sleep 1s
Type@500ms "jj"
Type@500ms "k"
Sleep 100ms
Screenshot ../img/screenshots/All_Jobs.png
Sleep 1s

# All Events
Type "V"
Sleep 2s
Sleep 100ms
Screenshot ../img/screenshots/Global_Events.png
Sleep 2s
Type@300ms "j"
Enter
Sleep 1s
Expand All @@ -76,8 +78,9 @@ Sleep 1s

# All Tasks
Type "A"
Sleep 1s
Sleep 100ms
Screenshot ../img/screenshots/All_Tasks.png
Sleep 1s
Type@500ms "jj"
Type@500ms "k"
Sleep 1s
Expand All @@ -92,8 +95,9 @@ Enter
Type@150ms "ls -la"
Sleep 300ms
Enter
Sleep 2s
Sleep 100ms
Screenshot ../img/screenshots/Exec.png
Sleep 2s
Ctrl+d
Sleep 2s
Escape@300ms 2
Expand All @@ -105,13 +109,15 @@ Sleep 1s

# Tasks for Job
Enter
Sleep 100ms
Screenshot ../img/screenshots/Tasks_for_Job.png
Sleep 2s

# Logs for Task, Filtering
Enter
Sleep 2s
Sleep 100ms
Screenshot ../img/screenshots/Task_Logs.png
Sleep 2s
Type "/"
Sleep 1s
Type@200ms "INFO"
Expand All @@ -127,16 +133,18 @@ Escape@200ms 2
Ctrl+S
Type@100ms "/tmp/my_logs.txt"
Sleep 500ms
Screenshot ../img/screenshots/Save_Any_View_to_Local_File.png
Enter
Sleep 3s
Sleep 500ms
Screenshot ../img/screenshots/Save_Any_View_to_Local_File.png
Sleep 2.5s

# Back to Tasks for Job
Escape
Sleep 1s

# Stats for Allocation
Type "s"
Sleep 100ms
Screenshot ../img/screenshots/Allocation_Statistics.png
Sleep 2s

Expand Down

0 comments on commit cf9f466

Please sign in to comment.