Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsantiagoh/ndate

Natural language to numeric dates
https://github.com/jsantiagoh/ndate

Last synced: 10 days ago
JSON representation

Natural language to numeric dates

Awesome Lists containing this project

README

        

# ndate
Natural language to numeric dates

I needed a small binary that will convert natural language dates (e.g. "today") to their numeric value (e.g. 2023-01-01) using [date_time_parser](https://docs.rs/date_time_parser/0.2.0/date_time_parser/).

At the same time I'm using this small project to learn rust

## Usage

`./ndate next monday`