Goal
Expand the README with practical examples showing how to use the various filtering options for the cf next command.
Current state
The README has basic examples but lacks coverage of:
- Combining multiple filters (e.g., topic + difficulty range)
- Using
--max-rating config command
- Filtering by specific weak topics
- Using shorthand topic names
What to add
Add a new "### More examples" section under the "Examples" area with 4-6 realistic scenarios:
- Find Medium DP problems
- Focus on weak areas with a difficulty cap
- Explore a specific topic you're learning
- Get a broader mix of problems
Include actual command + expected output for each.
Definition of Done
- Examples are practical and cover the main filtering use cases
- Output shown matches actual CLI behavior
- Formatted consistently with existing examples
- No typos or broken commands
Goal
Expand the README with practical examples showing how to use the various filtering options for the
cf nextcommand.Current state
The README has basic examples but lacks coverage of:
--max-ratingconfig commandWhat to add
Add a new "### More examples" section under the "Examples" area with 4-6 realistic scenarios:
Include actual command + expected output for each.
Definition of Done