1.4.0 • Published 8 months ago

@lvce-editor/ripgrep v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ripgrep

A module for using ripgrep in a Node project.

Same as vscode-ripgrep, but fixes the github rate limiting error Downloading ripgrep failed: Error: Request failed: 403 by downloading the files directly instead of also using the github rest api.

Install

$ npm install @lvce-editor/ripgrep

Usage

import { rgPath } = from "@lvce-editor/ripgrep"
import { spawn } from 'node:child_process'

const childProcess = spawn(rgPath, ["abc", "."], {
  stdio: "inherit",
});

Gitpod

Open in Gitpod

Credits

This project is very much based on https://github.com/microsoft/vscode-ripgrep by Microsoft.

1.4.0

8 months ago

1.3.0

9 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago