From 8be5f93f5b2d4b6f438ca84094937a0f7101c59b Mon Sep 17 00:00:00 2001 From: T Date: Sat, 2 Aug 2025 17:25:59 -0600 Subject: Initial commit of punchcard. Contains working time tracking commands, and the stub of a command to generate reports. --- internal/commands/testdata/clockify_reordered.csv | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/commands/testdata/clockify_reordered.csv (limited to 'internal/commands/testdata/clockify_reordered.csv') diff --git a/internal/commands/testdata/clockify_reordered.csv b/internal/commands/testdata/clockify_reordered.csv new file mode 100644 index 0000000..7d24075 --- /dev/null +++ b/internal/commands/testdata/clockify_reordered.csv @@ -0,0 +1,3 @@ +"Client","Start Date","End Date","Project","Description","Start Time","End Time","Extra Field 1","Task","User","Extra Field 2" +"MegaCorp Inc","01/20/2024","01/20/2024","Website Overhaul","Frontend redesign","09:15:00 AM","12:30:00 PM","some extra data","","Charlie Davis","more extra" +"StartupCo","01/21/2024","01/21/2024","Mobile Beta","Bug fixes","02:00:00 PM","05:45:00 PM","random value","","Diana Lee","another column" \ No newline at end of file -- cgit v1.2.3