Skip to content

Verify input when outside boundaries #109

Open
@PossibleLlama

Description

@PossibleLlama

Is your feature request related to a problem? Please describe.
Ability to specify conditions, which if the input doesn't match, it asks for stdin, or rejects.

Describe the solution you'd like
Within the config, a regex is supplied for each field (such as title), which is compared against when creating or editing. If the input doesn't match that, it seeks from stdin.

A command line arg (--verify-reject ?) can be used to ignore stdin and cause an exit code instead.

Use case

  • When using a card system setting a regex that the title must match.
  • Needing the when date to be within x days of now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions