Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jdriscoll98 committed Jan 26, 2024
1 parent f7c6baf commit 00329f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@ export OPENAI_API_KEY=your-api-key
daily-summary --repo relative/path/to/your/repo --author "Author Name"

"Author Name" should match your git commit author name

TODO:

High priority:
1. Add --date arg to create a report for any date
2. use all branches instead of just current one
3. Author should be inferred from local git configuration if not provided as an arg

Other:

1. Error handling
2. Date windows (--start_date, --end_date ?)

0 comments on commit 00329f4

Please sign in to comment.