Must have commandline tools? privsecfoss ( @privsecfoss@feddit.dk ) Linux@lemmy.ml • 2 years ago message-square27fedilinkarrow-up112
arrow-up112message-squareMust have commandline tools? privsecfoss ( @privsecfoss@feddit.dk ) Linux@lemmy.ml • 2 years ago message-square27fedilink
minus-square ForthEorlingas ( @ForthEorlingas@lemmy.fmhy.ml ) linkfedilink3•2 years agoripgrep is a reimplementation of grep in Rust. It benchmarks faster for large file searches and also comes with quality of life features like syntax highlighting by default.
minus-square ShitpostCentral ( @ShitpostCentral@lemmy.world ) linkfedilink2•2 years agoIt also ignores files in .gitignore and some others by default
minus-square eyolf ( @eyolf@lemmy.world ) linkfedilink2•2 years agoIt also has a much simpler and forgiving syntax. Just type rg anything and it finds anything
minus-square wildbus8979 ( @wildbus8979@sh.itjust.works ) linkfedilink1•2 years agogrep does that through fgrep
ripgrep
is a reimplementation ofgrep
in Rust. It benchmarks faster for large file searches and also comes with quality of life features like syntax highlighting by default.It also ignores files in .gitignore and some others by default
It also has a much simpler and forgiving syntax. Just type
rg anything
and it finds anythinggrep
does that throughfgrep