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_extra_columns.csv | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/commands/testdata/clockify_extra_columns.csv (limited to 'internal/commands/testdata/clockify_extra_columns.csv') diff --git a/internal/commands/testdata/clockify_extra_columns.csv b/internal/commands/testdata/clockify_extra_columns.csv new file mode 100644 index 0000000..a563ddc --- /dev/null +++ b/internal/commands/testdata/clockify_extra_columns.csv @@ -0,0 +1,3 @@ +"Project","Client","Description","Start Date","Start Time","End Date","End Time","Billable","Tags","User","Email","Extra 1","Extra 2","Extra 3" +"Analytics Dashboard","DataCorp","Performance monitoring","01/25/2024","10:00:00 AM","01/25/2024","02:15:00 PM","Yes","analytics,monitoring","Eve Green","eve@datacorp.com","unused1","unused2","unused3" +"API Development","DataCorp","REST endpoint creation","01/26/2024","09:30:00 AM","01/26/2024","11:45:00 AM","Yes","backend,api","Frank Miller","frank@datacorp.com","more unused","data here","final column" \ No newline at end of file -- cgit v1.2.3