| Crates.io | simu |
| lib.rs | simu |
| version | 0.1.0 |
| created_at | 2025-01-28 19:48:09.275643+00 |
| updated_at | 2025-01-28 19:48:09.275643+00 |
| description | A CLI tool for managing iOS simulators |
| homepage | https://github.com/cesarferreira/simu |
| repository | https://github.com/cesarferreira/simu |
| max_upload_size | |
| id | 1533937 |
| size | 30,031 |
A powerful and user-friendly CLI tool for managing iOS simulators
Simbox makes it easy to list, search, and launch iOS simulators from your terminal. No more hunting through Xcode or remembering complex commands!
cargo install simu
Launch the interactive selector with fuzzy search:
simu -i
# or
simu --interactive
View all available simulators:
simu --list
Show only specific device types:
simu --list iphone # Show only iPhones
simu --list ipad # Show only iPads
simu --list pro # Show only Pro devices
Launch a simulator by name:
simu --boot "iPhone 15 Pro"
Simulators are displayed with color-coded information:
Example output:
iPhone 15 Pro (iOS 17.2) (Shutdown)
iPhone 16 Pro Max (iOS 18.2) (Booted)
Contributions are welcome! Feel free to:
This project is licensed under the MIT License - see the LICENSE file for details.