Skip to content

Feature Request: Allow pet new to accept arguments via flags or stdin (non-interactive mode) #352

@lalebot

Description

@lalebot

Privileged issue

  • I've been directed through Discussions to create an issue here.

Issue Content

Hello and thank you for this great tool!

I'd like to suggest a feature that would make automation and scripting much easier. Currently, pet new works only in interactive mode, asking for input line-by-line (command, tag, description).

It would be great if we could pass these values directly via flags, such as:

pet new --command "ls -la" --tag "list" --description "List directory contents"

Alternatively, supporting full non-interactive stdin input (as with echo or heredocs) in a more predictable way would also be helpful.

This would make it much easier to integrate pet into other tools and workflows.

Thanks for considering it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions