timeago-cli 0.1.4

A dead-simple CLI tool to convert RFC2332 to short humanized strings
timeago-cli-0.1.4 is not a library.

timeago-cli

A dead-simple CLI to convert RFC2332 to short humanize strings. Useful for prompts

Usage

$ timeago 'Wed, 21 Oct 2020 00:07:08 -0700'

Use it with git log to get how far back the last commit was

$ timeago "$(git log -1 --format=%cD)"
2m ago

Install

cargo install timeago-cli