Open
Description
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.