# nomad-cli
CLI tool for [Nomad](https://nomad.abdallahzain.dev) — the zero-overhead headless browser engine.
## Install
```bash
# From crates.io
cargo install nomad-cli
# Or from source
cargo install --git https://github.com/Abdallah4Z/Nomad.git nomad-cli
# macOS (Homebrew)
brew tap Abdallah4Z/nomad && brew install nomad
# Windows (Scoop)
scoop bucket add nomad https://github.com/Abdallah4Z/scoop-nomad && scoop install nomad
```
## Usage
```bash
# Browse a page
nomad-cli browse https://example.com
# Check daemon health
nomad-cli health
# List output formats
nomad-cli format
# Manage daemon
nomad-cli daemon start
nomad-cli daemon stop
nomad-cli daemon status
```
## Commands
| `browse <url>` | Fetch URL and print formatted output |
| `daemon start/stop/status` | Manage the background daemon |
| `health` | Quick daemon health check |
| `format [name\|num]` | List or describe output formats |
| `--completions bash\|zsh\|fish` | Generate shell completions |
## License
AGPL-3.0-only