From b6a609882fe16f6984f1f426e4493c282f4336c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Tue, 7 May 2024 07:16:03 +0200 Subject: [PATCH] docs: add `README.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..97cad41 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# since - calcuate time since rfc3339 timestamp + +This is a rewrite of the `since` bash script into rust. First draft, kinda bad, +made on an airplane without wifi. + +### usage + +For now, only entry as rfc3339 timestamp is supported. + +```bash +cargo run -- "2014-11-28T12:00:09Z" +```