From e2c0b08c032ecec8f27236f4f7132519472a165f Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Sun, 20 Apr 2025 22:11:19 +0900 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..21c3754 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# time-track + +A simple CLI tool for tracking how much time you have left to work. I find myself stressing about whether I'm hitting 8 real hours, so this little tool helps me avoid wasting +time calculating when my work day will end. + +Simply enter times, one per line and send an EOF character when you're done. The first lines opens a span of work and the next line closes it so that you can build up working +time be clocking in and out. Finally, you can send additional arguments to the program to configure how long you intend to work (the default is 8 hours).