whichtime-cli 0.1.0

Command-line interface for parsing natural language dates
whichtime-cli-0.1.0 is not a library.

whichtime-cli

whichtime-cli is a small command-line interface for quickly parsing natural language date expressions from a terminal.

It is useful for smoke testing expressions, trying different phrases during development, and scripting simple parsing workflows.

Installation

cargo install whichtime-cli

Example

whichtime tomorrow at noon
whichtime "next Friday 6pm"

Output

The CLI prints the first parsed date as an RFC 3339 timestamp in UTC.