Skip to content

Conversation

@viiccwen
Copy link
Contributor

Description

CI Testing Failed.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Code refactoring

Related Issues

Closes #4

Testing

  • All existing tests pass
  • New tests added for new functionality
  • Manual testing completed
  • No breaking changes introduced

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Additional Notes

Any additional information that reviewers should know about this pull request.

Breaking Changes

If this PR introduces breaking changes, please describe them and provide migration instructions.

Performance Impact

If this PR affects performance, please describe the impact and any optimization considerations.

viiccwen and others added 12 commits August 13, 2025 02:14
- Add main.go with embed for built-in quotes and cmd package integration
- Implement quote loader supporting JSON and YAML file formats
- Add quote picker with random/daily selection and tag/language filtering
- Create terminal renderer with ANSI colors and Markdown output support
- Build CLI using Cobra/Viper with comprehensive flag support
- Add embedded quotes collection with 10 programming quotes
- Support multiple quote files loading with comma-separated paths
- Implement daily quote mode using date-based seeding
- Add color, markdown, and tag display options
@viiccwen viiccwen merged commit 5b615d0 into rosikui:main Aug 13, 2025
5 checks passed
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.

[BUG] Test CI failed

1 participant