Claude Code usage limit hack(old.reddit.com)
old.reddit.com
Claude Code usage limit hack
https://old.reddit.com/r/ClaudeAI/comments/1oh95lh/claude_code_usage_limit_hack/
3 comments
How possible is it to make Claude Code use ripgrep instead (which obeys all .gitignore rules by default)?
alias grep=rg ? Given that Claude Code is intelligent enough to use --help for cases where rg's flags aren't compatible with grep, it might just work well enough
As one commenter put it:
> This might actually explain why a bunch of people are having insane usage-limit issues while many other people are having no problems at all.
This seems like potentially valuable information.