-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stats): add repository filtering to stats command
Add ability to filter stats for a specific repository using the stats command. This allows users to focus on activity metrics for a single repository. Changes: - Update stats command to accept optional repository argument - Add repository filtering logic in DisplayStats and related functions - Update CLI help text and documentation with new feature - Add comprehensive tests for repository filtering functionality Example usage: streakode stats myproject Breaking changes: none
- Loading branch information
1 parent
a761d58
commit 7373467
Showing
5 changed files
with
315 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.