nomad-cli 0.1.1

Nomad CLI - extract structured web content
Documentation

nomad-cli

CLI tool for Nomad — the zero-overhead headless browser engine.

Install

# 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

# 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

Command Description
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