This is a rewrite of the
since
bash script into rust. First draft, kinda bad, made on an airplane without wifi.
389e8340e6
Signed-off-by: Christina Sørensen <christina@cafkafk.com> |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
LICENSE.txt | ||
README.md |
since - calcuate time since
This is a rewrite of the since
bash script into rust.
usage
Enter a timestamp in <hh:mm:ss>
and <yyyy-mm-dd hh:mm:ss>
as well as RFC 3339
timestamp.
since "2014-11-28T12:00:09Z"
since "2014-11-28 12:00:09"
since "12:00:09"