simgps

Crates.iosimgps
lib.rssimgps
version0.1.1
created_at2025-12-04 18:39:09.613602+00
updated_at2025-12-04 18:39:09.613602+00
descriptioniOS Simulator GPS CLI tool
homepagehttps://github.com/aovoq/simgps
repositoryhttps://github.com/aovoq/simgps
max_upload_size
id1966859
size36,092
ao.hirata (aovoq)

documentation

README

simgps

iOS Simulator の GPS 位置を操作するインタラクティブ CLI ツール

インストール

Homebrew

brew install aovoq/tap/simgps

Shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aovoq/simgps/releases/latest/download/simgps-installer.sh | sh

Cargo

cargo install simgps

From source

cargo install --git https://github.com/aovoq/simgps

使い方

# 基本
simgps 35.660118913959366 139.69933489703908

# Google Maps からコピーした座標もそのまま使える
simgps "35.660118913959366, 139.69933489703908"

# ステップサイズを変更 (デフォルト: 10m)
simgps -s 100 35.66 139.69    # 100m ステップ
simgps --step 1 35.66 139.69  # 1m ステップ

操作キー

キー 動作
北へ移動
南へ移動
東へ移動
西へ移動
q / Esc 終了

必要条件

  • macOS
  • Xcode Command Line Tools (xcrun simctl)
  • 起動中の iOS Simulator

License

MIT

Commit count: 0

cargo fmt