reauthfi-cli

Crates.ioreauthfi-cli
lib.rsreauthfi-cli
version0.1.2
created_at2025-10-16 11:18:50.049524+00
updated_at2025-10-16 11:18:50.049524+00
descriptionmacOS Captive Portal auto-detection and opener CLI tool
homepage
repositoryhttps://github.com/kazu728/reauthfi
max_upload_size
id1885771
size48,568
Kazuki Matsuo (kazu728)

documentation

README

reauthfi

Captive portal detector and browser opener for macOS.

reauthfi detects Wi‑Fi captive portals and opens the login page in your default browser.

Demo

Installation

Homebrew

brew install kazu728/tap/reauthfi

Cargo

Install from crates.io:

cargo install reauthfi-cli

Supported platforms:

  • macOS (Apple/Google endpoints)

Usage

Basic:

reauthfi

Options:

--verbose        Show detailed detection logs
--no-open        Print portal URL only (do not open browser)
--gateway        Prioritize gateway-first detection
--timeout <sec>  Request timeout in seconds (default: 10)

Expected output:

🔍 Detecting Captive Portal...
  → Portal URL: https://portal.example.com/login
📱 Opening in browser...
✅ Done!

License

MIT License.

Commit count: 0

cargo fmt