Skip to content

papadavis47/mountains-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mountains

For Inspiration and Mindfulness

A Trail Running Training Log

A digital tool to help runners get good at vert : )

Title on Startup

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).

Installation

Clone the repo and install locally:

cargo install --path .

The ~/.mountains/ directory is created automatically on first run.

Cloud Sync (Optional)

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.

Usage

cargo run

Or after installing:

mountains

Made with ratatui :)

About

A training log to help with getting lighter and running faster on trails : )

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages