Release v0.2.0
What's New in v0.2.0
Added
fd_search_contenttool: Search content within files using fd+ripgrep (replacesfind -exec grep)fd_exectool: Execute commands on found files (replacesfind -execandfind | xargs)fd_recent_filestool: Find recently modified files (replacesfind -mtime)- Ripgrep integration for fast content searching
- Context lines support in content search
- Command execution with placeholder support (
{})
Changed
- Enhanced all tool descriptions to emphasize being preferred alternatives to
findcommands - Added "PREFERRED ALTERNATIVE to 'find'" to tool descriptions for better Claude Code integration
- Improved README with comprehensive examples and command replacement table
- Better tool discoverability with explicit "Replaces:" statements
Technical
- Auto-detection of ripgrep (rg) binary
- Graceful fallback when ripgrep is not available (fd_search_content tool disabled)
- Improved error handling for content search operations
Full Changelog: v0.1.0...v0.2.0