Given that this tool is designed mostly for agent use, I need to remove the default terminal messages to reduce token usage.
From:
❯ snag example.com
✓ Chrome launched in headless mode
Fetching https://example.com...
✓ Fetched successfully
# Example Domain
This domain is for use in documentation examples without needing permission. Avoid use in operations.
[Learn more](https://iana.org/domains/example)
To this:
❯ snag example.com
# Example Domain
This domain is for use in documentation examples without needing permission. Avoid use in operations.
[Learn more](https://iana.org/domains/example)
The other detail should be available with the --verbose flag.
Given that this tool is designed mostly for agent use, I need to remove the default terminal messages to reduce token usage.
From:
To this:
The other detail should be available with the --verbose flag.