Skip to content

Releases: anisul/transport-cli

Transport CLI v1.3.0

10 Aug 19:22

Choose a tag to compare

Munich Transport CLI v1.3.0

A Spring Boot CLI application for accessing Munich public transport information via MVG API.

Installation Options

Option 1: Download and Run (Requires Java 21+)

# Download the JAR file
wget https://github.com/anisul/transport-cli/releases/download/v1.3.0/transport-cli-1.3.0.jar

# Run directly
java -jar transport-cli-1.3.0.jar --help

Option 2: Unix/Linux/macOS Package

# Download and extract
wget https://github.com/anisul/transport-cli/releases/download/v1.3.0/transport-cli-1.3.0-unix.tar.gz
tar -xzf transport-cli-1.3.0-unix.tar.gz

# Run the CLI
./transport-cli --help

# Optional: Add to your PATH
sudo cp transport-cli transport-cli.jar /usr/local/bin/

Option 3: Windows Package

  1. Download transport-cli-1.3.0-windows.zip
  2. Extract the ZIP file
  3. Run: transport-cli.bat --help

Features

  • Real-time departure information
  • Route planning between stations
  • Support for all Munich transport types (U-Bahn, S-Bahn, Bus, Tram)
  • Location-based station search

File Verification

Download checksums.txt to verify file integrity with:

sha256sum -c checksums.txt

Requirements

  • Java 21 or higher

Issues & Support

Report issues at: https://github.com/anisul/transport-cli/issues

Transport CLI v1.2.0

10 Aug 19:10
8d0ffee

Choose a tag to compare

Munich Transport CLI v1.2.0

A Spring Boot CLI application for accessing Munich public transport information via MVG API.

Installation Options

Option 1: Download and Run (Requires Java 21+)

# Download the JAR file
wget https://github.com/anisul/transport-cli/releases/download/v1.2.0/transport-cli-1.2.0.jar

# Run directly
java -jar transport-cli-1.2.0.jar --help

Option 2: Unix/Linux/macOS Package

# Download and extract
wget https://github.com/anisul/transport-cli/releases/download/v1.2.0/transport-cli-1.2.0-unix.tar.gz
tar -xzf transport-cli-1.2.0-unix.tar.gz

# Run the CLI
./transport-cli --help

# Optional: Add to your PATH
sudo cp transport-cli transport-cli.jar /usr/local/bin/

Option 3: Windows Package

  1. Download transport-cli-1.2.0-windows.zip
  2. Extract the ZIP file
  3. Run: transport-cli.bat --help

Features

  • Real-time departure information
  • Route planning between stations
  • Support for all Munich transport types (U-Bahn, S-Bahn, Bus, Tram)
  • Location-based station search

File Verification

Download checksums.txt to verify file integrity with:

sha256sum -c checksums.txt

Requirements

  • Java 21 or higher

Issues & Support

Report issues at: https://github.com/anisul/transport-cli/issues

Transport CLI v1.1.0

09 Aug 20:25
7ee82f9

Choose a tag to compare

Munich Transport CLI v1.1.0

A Spring Boot CLI application for accessing Munich public transport information via MVG API.

Installation Options

Option 1: Download and Run (Requires Java 21+)

# Download the JAR file
wget https://github.com/anisul/transport-cli/releases/download/v1.1.0/transport-cli-1.1.0.jar

# Run directly
java -jar transport-cli-1.1.0.jar --help

Option 2: Unix/Linux/macOS Package

# Download and extract
wget https://github.com/anisul/transport-cli/releases/download/v1.1.0/transport-cli-1.1.0-unix.tar.gz
tar -xzf transport-cli-1.1.0-unix.tar.gz

# Run the CLI
./transport-cli --help

# Optional: Add to your PATH
sudo cp transport-cli transport-cli.jar /usr/local/bin/

Option 3: Windows Package

  1. Download transport-cli-1.1.0-windows.zip
  2. Extract the ZIP file
  3. Run: transport-cli.bat --help

Features

  • Real-time departure information
  • Route planning between stations
  • Support for all Munich transport types (U-Bahn, S-Bahn, Bus, Tram)
  • Location-based station search

File Verification

Download checksums.txt to verify file integrity with:

sha256sum -c checksums.txt

Requirements

  • Java 21 or higher

Issues & Support

Report issues at: https://github.com/anisul/transport-cli/issues

Transport CLI v1.0.0

08 Aug 20:27

Choose a tag to compare

Munich Transport CLI v1.0.0

A Spring Boot CLI application for accessing Munich public transport information via MVG API.

Installation Options

Option 1: Download and Run (Requires Java 21+)

# Download the JAR file
wget https://github.com/anisul/transport-cli/releases/download/v1.0.0/transport-cli-1.0.0.jar

# Run directly
java -jar transport-cli-1.0.0.jar --help

Option 2: Unix/Linux/macOS Package

# Download and extract
wget https://github.com/anisul/transport-cli/releases/download/v1.0.0/transport-cli-1.0.0-unix.tar.gz
tar -xzf transport-cli-1.0.0-unix.tar.gz

# Run the CLI
./transport-cli --help

# Optional: Add to your PATH
sudo cp transport-cli transport-cli.jar /usr/local/bin/

Option 3: Windows Package

  1. Download transport-cli-1.0.0-windows.zip
  2. Extract the ZIP file
  3. Run: transport-cli.bat --help

Features

  • Real-time departure information
  • Route planning between stations
  • Support for all Munich transport types (U-Bahn, S-Bahn, Bus, Tram)
  • Location-based station search

File Verification

Download checksums.txt to verify file integrity with:

sha256sum -c checksums.txt

Requirements

  • Java 21 or higher

Issues & Support

Report issues at: https://github.com/anisul/transport-cli/issues