A TUI training log for trail running and food awareness. Tracks daily nutrition, body measurements, miles, elevation gain, strength & mobility work, and notes.
Works offline-first with a local libsql database at ~/.mountains/. Optional Turso Cloud sync can be configured from within the app (press c on the startup screen).
Clone the repo and install locally:
cargo install --path .The ~/.mountains/ directory is created automatically on first run.
Cloud sync with Turso is opt-in. Configure it from the startup screen (c) or edit ~/.mountains/config.toml directly:
[sync]
enabled = true
db_url = "libsql://your-db.turso.io"
auth_token = "your-token"Syncs on startup (background) and on quit.
cargo runOr after installing:
mountains