mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. WWW: https://github.com/hpoydar/chronic_duration Approved by: pi (mentor)
5 lines
211 B
Text
5 lines
211 B
Text
A simple Ruby natural language parser for elapsed time. (For example, 4 hours
|
|
and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in
|
|
seconds.
|
|
|
|
WWW: https://github.com/hpoydar/chronic_duration
|