Smart Find - インテリジェントFindラッパー
ネイティブのfindコマンドに代わるドロップイン置換で、ビルドアーティファクトとノイズディレクトリを自動で除外します。ゼロ依存関係、純粋なbashラッパーで、BSD と GNU find を macOS と Linux でシームレスに動作させます。
2025•オープンソース•Published
主な機能
- ✓Drop-in replacement: "Zero syntax changes, works with existing scripts
- ✓インテリジェント検出:明示的なパスは自動的にフィルタをバイパスします
- ✓User configuration: "Add/remove custom ignore directories persistently
- ✓Multiple bypass options: "--raw flag, SMART_FIND=0 env var, or direct /usr/bin/find
影響
- **Zero dependencies**: ランタイム要件のない純粋なbashソリューション
- **13+ directories excluded**: node_modules、.git、dist、build などのディレクトリを自動で除外します
- **Cross-platform**: BSD find(macOS)と GNU findutils(Linux)に対応しています
- **AI-optimized**: Claude Code およびその他の AI アシスタントのファイル操作を高速化します
テクノロジースタック
コアスタック
BashUnixCLI
- 純粋なbashスクリプティング
- PATHインターセプション技術
- BSD/GNU find 互換レイヤー
- ユーザー設定システム
タグ
bashCLIdeveloper-toolsproductivityautomationfilesystemunixmacoslinuxAI-tools