7+ results for 'ripgrep' (0 ms)

Not the results you expected?

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

15 fi

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

19 echo "ERROR: found files with 'TODO:' comment"

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

2 // args

3 //

4 // CLI used is adapted from ripgrep 48a8a3a691220f9e5b2b08f4051abe8655ea7e8a

5

6 use clap::{Arg, Command};

241

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

247 lookaround are not supported.

248

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

250

251 Use -h for short descriptions and --help for more details.";

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

10 ;;; C-x C-r Open recent file with Helm (see also `init-ido.el').

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.

14 ;;; C-S-f Search with Ag: this file (like Swoop).

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

38 neovim

39 restic

40 ripgrep

41 starship

42 tailscale

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

104

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

108 current file under project root directory.

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

309 name = "globset"

310 version = "0.3.0"

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

312 dependencies = [

313 "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",

341 name = "ignore"

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)",

348 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",

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

22 - [pwsh](https://github.com/powershell/powershell)

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

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

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

26 - [lsd](https://crates.io/crates/lsd)