zwotty is a terminal-based application that uses Ratatui to display a graphical representation of a Zwift workout. It visualizes power zones and targets in the terminal.
To use zwotty, run the following command:
./zwotty <ftp> < workout.zwo
Replace <ftp>
with your Functional Threshold Power (FTP) value, and ensure
you have a Zwift workout file (.zwo
) to pipe into the program.
To build zwotty, use the provided Justfile:
just build
To build and run in one step:
just run <ftp> < workout.zwo
Copyright (c) Gavin Gilmour gavin.gilmour@gmail.com
This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT)