Che cos'è file-search?
Ricerca moderna di file e contenuti utilizzando fd, ripgrep (rg) e fzf. Si attiva su: fd, ripgrep, rg, trova file, cerca codice, fzf, trova fuzzy, cerca codebase. Fonte: 0xdarkmatter/claude-mods.
Ricerca moderna di file e contenuti utilizzando fd, ripgrep (rg) e fzf. Si attiva su: fd, ripgrep, rg, trova file, cerca codice, fzf, trova fuzzy, cerca codebase.
Installa rapidamente la skill AI file-search nel tuo ambiente di sviluppo tramite riga di comando
Fonte: 0xdarkmatter/claude-mods.
| Find TS files | fd -e ts | | Find in src | fd -e ts src/ | | Search pattern | rg "pattern" | | Search in type | rg -t py "import" | | Files with match | rg -l "pattern" | | Count matches | rg -c "pattern" | | Interactive | fd \| fzf | | With preview | fd \| fzf --preview 'bat {}' |
| Both respect .gitignore | Auto-skip nodemodules, dist | | Use -t over -g | Type flags are faster | | Narrow the path | rg pattern src/ faster | | Use -F for literals | Avoids regex overhead |
Ricerca moderna di file e contenuti utilizzando fd, ripgrep (rg) e fzf. Si attiva su: fd, ripgrep, rg, trova file, cerca codice, fzf, trova fuzzy, cerca codebase. Fonte: 0xdarkmatter/claude-mods.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/0xdarkmatter/claude-mods --skill file-searchRicerca moderna di file e contenuti utilizzando fd, ripgrep (rg) e fzf. Si attiva su: fd, ripgrep, rg, trova file, cerca codice, fzf, trova fuzzy, cerca codebase. Fonte: 0xdarkmatter/claude-mods.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/0xdarkmatter/claude-mods --skill file-search Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/0xdarkmatter/claude-mods