7+ results for 'ripgrep' (0 ms)
Not the results you expected?
validate-local.sh (https://github.com/LambdaSharp/LambdaSharpTool.git) Shell · 157 lines
05_ripgrep.rs (https://github.com/chromium/chromium.git) Rust · 952 lines
2 // args
3 //
4 // CLI used is adapted from ripgrep 48a8a3a691220f9e5b2b08f4051abe8655ea7e8a
6 use clap::{Arg, Command};
242 const ABOUT: &str = "
243 ripgrep (rg) recursively searches your current directory for a regex pattern.
245 ripgrep's regex engine uses finite automata and guarantees linear time
247 lookaround are not supported.
249 Project home page: https://github.com/BurntSushi/ripgrep
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
rg-autoloads.el (https://github.com/mcraveiro/cunene.git) Emacs Lisp · 204 lines
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)",