Skip to content

Logging: Remove default terminal logging messages #1

Description

@grantcarthew

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions