Skip to content

Add simple time card tracker CLI script#3748

Open
ericludwig wants to merge 1 commit intolbryio:masterfrom
ericludwig:claude/timecard-tracker-Tobos
Open

Add simple time card tracker CLI script#3748
ericludwig wants to merge 1 commit intolbryio:masterfrom
ericludwig:claude/timecard-tracker-Tobos

Conversation

@ericludwig
Copy link

Adds scripts/timecard.py, a command-line time card tracker that records clock-in/clock-out times to ~/.timecard.json.

Commands:

  • clock-in: Record start of work session
  • clock-out [--note TEXT]: Record end of work session with optional note
  • status: Show whether currently clocked in and elapsed time
  • history [--days N]: Show per-session log grouped by day with daily totals
  • report [--week|--month]: Summary of total/average hours worked

https://claude.ai/code/session_01MMZbSuN2QwmzRZ7ah8uY1o

Adds scripts/timecard.py, a command-line time card tracker that records
clock-in/clock-out times to ~/.timecard.json.

Commands:
- clock-in: Record start of work session
- clock-out [--note TEXT]: Record end of work session with optional note
- status: Show whether currently clocked in and elapsed time
- history [--days N]: Show per-session log grouped by day with daily totals
- report [--week|--month]: Summary of total/average hours worked

https://claude.ai/code/session_01MMZbSuN2QwmzRZ7ah8uY1o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants