From d56facf589a30ce8bb27761a80dcdf6e53a23a29 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 14 Nov 2023 17:38:38 +0200 Subject: [PATCH] Add README --- README.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.adoc diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..c4704b1 --- /dev/null +++ b/README.adoc @@ -0,0 +1,14 @@ +== Work time calculator + +An interactive CLI tool to calculate work time. + +This is a highly opinionated CLI tool I built for my specific needs. +In time, I will probable make it more generic and configurable. +For now, the following assumptions are made. + +* You have an unpaid 30 minute lunch break + +=== TODO + +* [ ] Configuration file for default settings and altering behaviour in interactive mode +* [ ] Non-interactive mode with CLI arguments parsing