This is a rewrite of the since bash script into rust. First draft, kinda bad, made on an airplane without wifi.
Find a file
Christina Sørensen a7ef1b03d5
feat: add miri to toolchain
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-25 09:47:44 +02:00
src feat: cargo bench, nightly in devshell 2024-05-14 16:06:01 +02:00
.envrc feat: cargo bench, nightly in devshell 2024-05-14 16:06:01 +02:00
.gitignore feat: cargo bench, nightly in devshell 2024-05-14 16:06:01 +02:00
Cargo.lock chore: initial commit 2024-05-07 07:13:24 +02:00
Cargo.toml chore: initial commit 2024-05-07 07:13:24 +02:00
flake.lock feat: crane 2024-05-14 15:44:04 +02:00
flake.nix feat: cargo bench, nightly in devshell 2024-05-14 16:06:01 +02:00
LICENSE.txt chore: initial commit 2024-05-07 07:13:24 +02:00
README.md docs: add more usage to readme 2024-05-10 14:26:03 +02:00
rust-toolchain.toml feat: add miri to toolchain 2024-05-25 09:47:44 +02:00

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"