7+ results for 'ripgrep' (0 ms)

Not the results you expected?

validate-local.sh (https://github.com/LambdaSharp/LambdaSharpTool.git) Shell · 157 lines

16

17 # Check if any "TODO:" comments are present (using ripgrep: https://github.com/BurntSushi/ripgrep)

18 if rg -q 'TODO:' -g '!*.{js,map,sh}'; then

05_ripgrep.rs (https://github.com/chromium/chromium.git) Rust · 952 lines

3 //

4 // CLI used is adapted from ripgrep 48a8a3a691220f9e5b2b08f4051abe8655ea7e8a

5

242 const ABOUT: &str = "

243 ripgrep (rg) recursively searches your current directory for a regex pattern.

244

245 ripgrep's regex engine uses finite automata and guarantees linear time

246 searching. Because of this, features like backreferences and arbitrary

248

249 Project home page: https://github.com/BurntSushi/ripgrep

250

303

304 Command::new("ripgrep")

305 .author("BurntSushi") // simulating since it's only a bench

init-helm.el (https://github.com/philippe-grenet/exordium.git) Emacs Lisp · 110 lines

11 ;;; C-h b Describe keybindings using Helm.

12 ;;; C-S-r Search with ripgrep: in current project root. (see also`init-helm-porojectile.el')

13 ;;; C-S-d Search with Ag: ask for directory first.

flake.nix (https://github.com/mw/dots.git) Nix · 80 lines

39 restic

40 ripgrep

41 starship

rg-autoloads.el (https://github.com/mcraveiro/cunene.git) Emacs Lisp · 204 lines

105 (autoload 'rg-dwim "rg" "\

106 Run ripgrep without user interaction figuring out the intention by magic(!).

107 The default magic searches for thing at point in files matching

Cargo.lock (https://github.com/atom/xray.git) Cargo Lock · 1462 lines

310 version = "0.3.0"

311 source = "git+https://github.com/atom/ripgrep?branch=include_ignored#e3c5a61b62f43906fa0555e0222de241196fcf95"

312 dependencies = [

342 version = "0.4.1"

343 source = "git+https://github.com/atom/ripgrep?branch=include_ignored#e3c5a61b62f43906fa0555e0222de241196fcf95"

344 dependencies = [

345 "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",

346 "globset 0.3.0 (git+https://github.com/atom/ripgrep?branch=include_ignored)",

347 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

README.md (https://github.com/sahchandler/dotfiles.git) Markdown · 68 lines

23 - [neovim](https://github.com/neovim/neovim)

24 - [ripgrep](https://crates.io/crates/ripgrep)

25 - [delta](https://crates.io/crates/git-delta)