# Bike Share Toronto CLI

Real-time Bike Share Toronto station availability from the terminal.

## Commands

```bash
bikeshare status                       # System overview — stations, bikes, e-bikes
bikeshare station "bloor yonge"        # Check a specific station
bikeshare nearby                       # Auto-detect location, find nearest stations
bikeshare nearby 43.6653,-79.3835      # Nearest stations with coordinates
bikeshare search "king"                # Fuzzy search stations by name
bikeshare stations                     # List all stations
bikeshare stations --ebike             # Stations with e-bikes available now
bikeshare stations --empty             # Empty stations (no bikes)
bikeshare stations --charging          # Charging stations only
bikeshare loop 1m station "union"      # Watch a station refresh every minute
bikeshare loop 30s nearby              # Refresh nearby as you walk
```

## Tools

- allowed-tools: Bash

## Instructions

When the user asks about bike share, cycling stations, or bike availability in Toronto, use this CLI.
All commands support `--json` for structured output.
