An interactive CLI tool to calculate work time
Find a file
2023-11-14 18:11:10 +02:00
bin Add binary 2023-11-14 18:05:15 +02:00
src Fix many issues in calculation and improve output formatting 2023-11-14 17:03:18 +02:00
.editorconfig Initial commit 2023-11-11 15:13:20 +02:00
.eslintrc.json Initial commit 2023-11-11 15:13:20 +02:00
.gitignore Initial commit 2023-11-11 15:13:20 +02:00
.prettierrc.json Initial commit 2023-11-11 15:13:20 +02:00
LICENSE.adoc Add license 2023-11-14 17:30:46 +02:00
Makefile Clean up Makefile, update package-lock 2023-11-11 17:27:29 +02:00
package-lock.json Add binary 2023-11-14 18:05:15 +02:00
package.json Reorder package.json keys and update description 2023-11-14 18:11:10 +02:00
README.adoc Add README 2023-11-14 17:38:38 +02:00
tsconfig.json Initial commit 2023-11-11 15:13:20 +02:00

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