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 d59ad592bd
docs: add some comments about future potential changes
Signed-off-by: Christina Sørensen <ces@fem.gg>
2024-12-27 09:07:52 +01:00
src docs: add some comments about future potential changes 2024-12-27 09:07:52 +01: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 build(cargo): bump deps 2024-11-29 14:52:25 +01:00
Cargo.toml chore: initial commit 2024-05-07 07:13:24 +02:00
flake.lock build(flake): update lock 2024-11-29 14:41:17 +01: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"