- ripgrep
- fd
- eza
- bat
- zoxide
- nushell
- alacritty
- zellij
- starship
- dust
- procs
- hyperfine
Was es ist:
Ein blitzschnelles Suchtool für Text/Code, optimiert für Developer.
rg "useEffect"
rg -i "jwt"
rg "fetchData" --glob '*.ts' --glob '*.tsx'
rg "TODO" -n -C 3fd '.ts$'
fd '.tsx?$' src
fd -t d story
fd '.test.ts$' -x npx jest {}eza
eza -lh
eza --tree --level=2
eza --git -lhbat src/App.tsx
bat --style=plain README.md
bat --paging=never hugefile.logz foo
z pro
zi src/components
zoxide query projectsls | where size > 1mb
ps | where cpu > 10
open package.json | get dependenciesKonfiguriert über alacritty.toml, GPU-beschleunigt.
zellij
zellij a sessionname
zellij --layout compact# ~/.config/starship.toml
add_newline = false
[directory]
truncation_length = 3dust
dust -r src
dust -d 2procs
procs node
procs --treehyperfine "npm install"
hyperfine "rg test" "grep -R test ."
hyperfine --warmup 3 "my-command"btm
btm --batteryDiese Rust-Tools bringen dir: - 🚀 Geschwindigkeit\
- 🧼 klare Syntax\
- 🛠️ Developer-zentrierte Features\
- 🤝 Nahtlose Integration in moderne Workflows
Perfekt für deinen Dev-Alltag, Tom!