shithub: rcfitness

Download patch

ref: 37d05fdf63f641e657387d97a6044b02c02dbbf4
parent: e6a585bf14e6d3510e2ad8395c9333fcd7154721
author: rodri <[email protected]>
date: Sat Jun 17 06:22:34 EDT 2023

added a command to see the session start time. also added a prompt.

--- a/workout
+++ b/workout
@@ -102,7 +102,11 @@
 		sets=($sets 0)
 
 	while(! ~ $e q){
-		printsession 1 1 | mc
+		if(~ $e t)
+			echo session began at $t0
+		if not
+			printsession 1 1 | mc
+		echo -n '> '
 		e=`{read}
 		e=`{sanitize $e}
 		if(isnumber $e && test $e -ge 1 && test $e -le $#session){