docs: add README.md

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-05-07 07:16:03 +02:00
parent 0222d1d1c4
commit b6a609882f
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE

12
README.md Normal file
View file

@ -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"
```