You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
591 B
17 lines
591 B
1 year ago
|
# Cli-Coach
|
||
|
Creates a workout plan form an yaml file that can be imported to <img src="https://github.com/oliexdev/openWorkout/raw/master/fastlane/metadata/android/en-GB/images/icon.png" width="50"/> [openWorkout](https://github.com/oliexdev/openWorkout) android app.
|
||
|
|
||
|
Inputs can be of format
|
||
|
```yaml
|
||
|
exercises:
|
||
|
- name: nomoney
|
||
|
video: "https://www.youtube.com/watch?v=etAwQ4jzyNY"
|
||
|
start: 74
|
||
|
end: 80
|
||
|
- name: plank shoulder tap
|
||
|
video: "https://www.youtube.com/watch?v=etAwQ4jzyNY"
|
||
|
start: 113
|
||
|
end: 116
|
||
|
```
|
||
|
|
||
|
The script will download the video and create short clips.
|